[Paraview] Paraview+Xdmf2 cmake configure error

2009-05-20 Thread Mengda Wu
Hi all, I am trying to cmake the latest CVS version of Paraview using vc2005 on 64 bit vista. I got the following errors: CMake Error at Utilities/Xdmf2/libsrc/CMakeLists.txt:429 (INSTALL): install Library TARGETS given no DESTINATION! I found this problem also occurs on the dashbourd: da

[Paraview] [paraview] Question about pqView

2009-05-20 Thread Andrés Felipe Padilla
Hello all, I'm developing a ParaView plugin that modifies the camera position with data coming from a interaction device. I'm using C++ and Linux 64 bit. I have tested it with the build in server and it works without a hitch. However, when I connect the client to a server used for visualizing data

Re: [Paraview] Tiled Display Stereo Visualization

2009-05-20 Thread Andrés Felipe Padilla
Hi Simon, Yeah, there is documentation on ParaView running on tiled display mode. You can read old posts in the mailing list regarding the topic or read the instructions in this site (https://visualization.hpc.mil/wiki/*Paraview*_* Tiled*-*Display*_Mode). It seems like the site is currently off lin

Re: [Paraview] Post processing vts data in paraview with python

2009-05-20 Thread David Doria
On Wed, May 20, 2009 at 5:10 PM, Mark Fleharty wrote: > On Wed, May 20, 2009 at 4:44 AM, David Doria wrote: > > On Tue, May 19, 2009 at 10:52 PM, Mark Fleharty > > > wrote: > >> > >> Hello, > >> > >> I'm new to using Python with Paraview. I've been generating data in > >> the vts file format, a

Re: [Paraview] Post processing vts data in paraview with python

2009-05-20 Thread Mark Fleharty
On Wed, May 20, 2009 at 4:44 AM, David Doria wrote: > On Tue, May 19, 2009 at 10:52 PM, Mark Fleharty > wrote: >> >> Hello, >> >> I'm new to using Python with Paraview.  I've been generating data in >> the vts file format, and I would like to do some post processing on it >> inside Paraview. >> >

[Paraview] Bad reader names in paraview.simple (Was: using with python to read file VTK in 3.4 and 3.5)

2009-05-20 Thread Moreland, Kenneth
Berk, Looking at readers.xml I see that the STL reader is overriding the STL reader because it has the wrong label. Could you fix this please (and make sure it gets to the 3.6 branch)? Also, the capitalization of the readers is weird. It is LegacyVTKreader, but shouldn't it be LegacyVTKReade

Re: [Paraview] Post processing vts data in paraview with python

2009-05-20 Thread David Doria
On Tue, May 19, 2009 at 10:52 PM, Mark Fleharty wrote: > Hello, > > I'm new to using Python with Paraview. I've been generating data in > the vts file format, and I would like to do some post processing on it > inside Paraview. > > I'm trying to read data from a structured grid and just get the >

[Paraview] [paraview] using with python to read file VTK in 3.4 and 3.5

2009-05-20 Thread BOUSSOIR Jonathan 167706
Hi all, I am new to paraview, I am using Linux and Paraview 3.4 or/and 3.5. I have 4 questions (with two themes) when I would like reading a file VTK. - I have made a sphere (surface) with Paraview and saved in a file .VTK With python and paraview 3.4, I can read and see the file. from