Re: [Paraview] [ParaView] Off axis Projection and Stereo

2011-12-02 Thread Aashish Chaudhary
Hi Stephan, Here is the paper that can give you more information on stereo pair calculation, http://dl.acm.org/citation.cfm?id=134039 On Wed, Nov 30, 2011 at 3:37 AM, Stephan Rogge stephan.ro...@tu-cottbus.de wrote: Hello Aashish, thanks for your valuable answers. I'm glad to know that these

Re: [Paraview] ParaViewWeb TomCat

2011-12-02 Thread Chris Kees
Hi Seb, I thought I'd go ahead and try to install PWServer. I'm running on OS X 10.7 from the paraview and paraviewweb git hub sources updated yesterday. I'm using activemq-cpp-library-3.4.0. The paraview build passed all it's test and pwserver built with no complaints. I get the fulling when

Re: [Paraview] ParaViewWeb TomCat

2011-12-02 Thread Sebastien Jourdain
Hi Chris, Sorry to get back to you only now, but your question is not that trivial. So what still remains unclear for me is, how do you plan to exchange the data from your visualization pipeline on the engines and PWServer that is needed by ParaViewWeb ? Are you thinking of a VTK file, MPI

Re: [Paraview] ParaViewWeb TomCat

2011-12-02 Thread Chris Kees
On Dec 2, 2011, at 2:47 PM, Sebastien Jourdain wrote: Hi Chris, Sorry to get back to you only now, but your question is not that trivial. So what still remains unclear for me is, how do you plan to exchange the data from your visualization pipeline on the engines and PWServer that is

Re: [Paraview] Accessing global variables using the python interface

2011-12-02 Thread David E DeMarle
Does he want servermanager.Fetch()? That will bring the output data produced by a particular filter back to the client. From there you can use the py wrapped vtk API to work with the data set and the arrays it contains directly. Alternatively he can write a py programmable filter that can access

Re: [Paraview] Help file for Custom plugin NOT being included with Deployed ParaView.

2011-12-02 Thread Utkarsh Ayachit
Folks, I've made some progress on this. If anyone's interested in trying this out, I've pushed my latest revision to branch 12745_help_from_plugins on the ParaView stage. It supports the following: * automatic generation of documentation from ServerManager XMLs specified in ADD_PARAVIEW_PLUGIN