Re: [Paraview] Question about paraview

2015-05-20 Thread Utkarsh Ayachit
Here's a snippet that demonstrates how one can do this. https://gitlab.kitware.com/paraview/paraview/snippets/2 Utkarsh On Wed, May 13, 2015 at 6:47 PM, Wu, James wrote: > I want to run a python scrip when user click on a data source in Pipeline > Browser. > Can anyone tell me how to do this?

Re: [Paraview] Question about ParaView

2015-05-07 Thread Utkarsh Ayachit
Not exactly, but look at the Probe filter. It uses a "location" widget to get a 3D position from the user interactively. Utkarsh On Fri, May 1, 2015 at 1:36 PM, Wu, James wrote: > Does ParaView supports selection in 3D volume render window? I want to get > current mouse clicked x,y,z coordinates

[Paraview] Question about ParaView

2015-05-01 Thread Wu, James
Does ParaView supports selection in 3D volume render window? I want to get current mouse clicked x,y,z coordinates. ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please kee

Re: [Paraview] Question about Paraview and parallel processing

2013-01-03 Thread Berk Geveci
Hi Adam, The legacy VTK format was never upgraded to support domain decomposition. The VisIt folks added an extra layer to do that. In ParaView, you need to use another format. I would recommend the new VTK format (in your case pvts). See http://www.vtk.org/VTK/img/file-formats.pdf for more inform

[Paraview] Question about Paraview and parallel processing

2013-01-02 Thread Adam Larios
To whom it may concern, I have some data which takes on different values in space, which normally would be easy to view in Paraview. The problem is that the space (which is a big cube) is decomposed into different subdomains since the data was processed in parallel, and each subdomain is save

Re: [Paraview] Question about ParaView 3.8.0 and Qt libraries

2010-07-01 Thread Dave Partyka
It depends. There are some rendering features of ParaView that use Qt such as Charts. If you aren't going to use charts then Qt is only needed for building the client Gui. Putting it in a shared location is fine, we do that on our own small cluster. Using the 'Module' package makes this very easy.

[Paraview] Question about ParaView 3.8.0 and Qt libraries

2010-06-30 Thread bassaidai
Hello, I should compile and install ParaView 3.8.0 on a Linux Debian cluster and I have a question about Qt libraries >= 4.5: should I compile and install Qt on every single node or can I install Qt only on master node? in this last case, should I install Qt on a directory shared among every node