[Paraview] Problem with vtkStringData in Composite dataset

2014-11-19 Thread Jan Brezina
Dear paraview users, I have a MultiBlock Dataset containing a single leaf (vktPolyData) with PointData having a vtkStringArray named "labels". I try to display these labels selection the block and setting label format "%s". This approach works if that leaf block is treated out of the composite dat

Re: [Paraview] Display velocity in paraview

2014-11-19 Thread Armin Wehrfritz
This should be fairly straight forward once you have a reader for your data. Hence the first questions that comes up: In which file format is the data stored? ParaView has a large selection of readers for all kinds of file formats, ranging from simple text files (i.e. CSV files) to advanced HPC

[Paraview] The question of the ability of paraview's Parallelism

2014-11-19 Thread 周恒众
At first ,Thank you for the help of David E DeMarle 。But I still have some problem about it . I want to ask a question .If I have a 10G data file ,I want to use paraview to visual it . The file is stored in one computer and share with other computers through NFS (file share system). whe

[Paraview] Paraview Plugin: two enumerations next to each other

2014-11-19 Thread Gonzalo Brito Gadeschi
I'm trying to write an IntVectorProperty with two drop down list next to each other. Ideally it would call a function that takes to arguments, and passes the value of each drop down menu to each argument. I am however open to workarounds. This is my best attempt but of course it crashes paraview: