Re: [Paraview] Reorientation of a volume

2012-04-06 Thread David E DeMarle
VTK's support for non axis aligned volumes is limited to the vtkStructuredGrid class. Like vtkImageData and vtkRectilinearGrid, it is used to represent topologically regular images and volumes. However the geometry is unconstrained in this class and you have to supply coordinates for every point.

[Paraview] ANN: ParaView 3.14.1 Available for download

2012-04-06 Thread Utkarsh Ayachit
Folks, ParaView 3.14.1 is now available for download (http://paraview.org/paraview/resources/software.php). This is bug fix release that includes fixes for ParaView 3.14.0. ParaView 3.14.1 clients can be used to connect with servers running ParaView 3.14.0 and vice-versa. Similarly, plugins

Re: [Paraview] Qt QTWEBKIT library not found

2012-04-06 Thread Magician
JB Lennart Thanks for your advices. I'm still trying to build ParaView on CentOS 6.2. JB I recieved the patch file, but I can't understand the usage How to use the patch file? Lennart I couldn't find VTK_QT_USE_WEBKIT flag. Maybe we couldn't turn off QtWebKit on cmake. Then I'm

Re: [Paraview] Qt QTWEBKIT library not found

2012-04-06 Thread Utkarsh Ayachit
Since you're building Qt from source, try to reconfigure and build Qt with WebKit enabled. Your configure command for QT should look something like follows: ./configure -webkit -xmlpatterns any other params Then, before Qt starts building, it spits out a block of text saying what features were

Re: [Paraview] [EXTERNAL] Re: Reorientation of a volume

2012-04-06 Thread Moreland, Kenneth
Actually, there is a much easier solution. As of ParaView 3.14, the Transform filter works on both vtkImageData and vtkRectilinearGrid. Simply load your data in ParaView, and apply the Transform filter using whatever rotations you want. -Ken On 4/6/12 5:19 AM, David E DeMarle

Re: [Paraview] Molecular viz with PV?

2012-04-06 Thread Fred Fred
Does it mean that nothing has been developped around PV to visualize molecules? From: stan1...@hotmail.fr To: paraview@paraview.org Date: Tue, 3 Apr 2012 13:23:41 +0200 Subject: [Paraview] Molecular viz with PV? Hello, I would like to get pointers on previous or current works on

Re: [Paraview] Molecular viz with PV?

2012-04-06 Thread Marcus D. Hanwell
On Tue, Apr 3, 2012 at 7:23 AM, Valdo Meyer stan1...@hotmail.fr wrote: Hello, I would like to get pointers on previous or current works on visualizing molecules and especially molecules dynamics with PV, any help? Hi, Last year a Google Summer of Code project added some new data types and

Re: [Paraview] ANN: ParaView 3.14.1 Available for download

2012-04-06 Thread Bruno Santos
Greetings to all, The project for releasing _unofficial_ ParaView Development installs (mostly for Windows) - http://code.google.com/p/unofficial-paraview-dev-install/ - has been finally updated this week, just in time to be updated within a few hours of the official release of ParaView

Re: [Paraview] ANN: ParaView 3.14.1 Available for download

2012-04-06 Thread Utkarsh Ayachit
That's great! Thanks for all the hard work. Utkarsh Sent from my iPad On Apr 6, 2012, at 5:18 PM, Bruno Santos bruno.san...@bluecape.com.pt wrote: Greetings to all, The project for releasing unofficial ParaView Development installs (mostly for Windows) -