[Paraview] Reader Plugin with Texture image

2013-10-07 Thread Lodron, Gerald
Hello, I am new in programming Paraview plugins but already made a first reader plugin working but now have a big problem: I successfully made a reader plugin which reads our company internal file format and outputs a vtkPolyData with texture coordinates. I can also read the texture image

Re: [Paraview] Saving PlotSelectionOverTime result to CSV file in script

2013-10-07 Thread Peter Maday
Thanks for the reply! I have tried this setup, however I could not find a filter that would produce the correct output with the CreateWriter. When using the PlotVariablesOverTime it does not work, as it produces a vtkMultiBlockDataset as opposed to a vtkTable that is required by the CSV writer.

Re: [Paraview] NEK5000 with ParaView

2013-10-07 Thread Patrick O'Leary
Dear Matteo, Can you share your files? Regards, Patrick On Mon, Oct 7, 2013 at 3:59 AM, Matteo Righi mteo.ri...@gmail.com wrote: Hi Patrick, I have updated to the 4.0 release of ParaView but i have always the same problem. Do you have any suggestions to solve this issue? Thanks al lot,

[Paraview] Line Chart View

2013-10-07 Thread Ian Krukow
Hi, I have a question concerning the Line Chart View. I did an unsteady aerodynamic simulation on a 2D airfoil, and I want to display the pressure (or cp) distribution over the airfoil. I use the Plot Data filter, and I get a result as shown in the attached image. The problem is, that the

Re: [Paraview] Saving PlotSelectionOverTime result to CSV file in script

2013-10-07 Thread David E DeMarle
Thanks for sharing your solution with the list! David E DeMarle Kitware, Inc. RD Engineer 21 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-881-4909 On Mon, Oct 7, 2013 at 5:02 AM, Peter Maday madap...@gmail.com wrote: Thanks for the reply! I have tried this setup, however I could

[Paraview] Cannot compile ParaView 4.0.1

2013-10-07 Thread Harald Servat
Hello, I'm trying to compile ParaView 4.0.1 in our linux x86-64 cluster, but I'm facing the following error during the compilation step Compiling /gpfs/scratch/bsc41/bsc41273/ParaView-v4.0.1-source/build/lib/site-packages/mpi4py/rc.py ... [ 86%] Built target mpi4py [ 86%] Building C

Re: [Paraview] Cannot compile ParaView 4.0.1

2013-10-07 Thread Andy Bauer
Hi, I can't say for sure but my first guess is that it's an issue with the Python installation that you're using. ParaView won't work with Python 3.0. I'd suggest trying out the ParaView Superbuild ( http://paraview.org/Wiki/ParaView/Superbuild) which will build all required dependencies as well.

Re: [Paraview] Line Chart View

2013-10-07 Thread Utkarsh Ayachit
If you look at the Properties Panel, you can change the appearance of each of the plotted series by selecting it the Line Series list box and then changing the Line Style and Marker Style. Set the Line Style to None and Marker Style to Cross for example. On Mon, Oct 7, 2013 at 7:31 AM, Ian

Re: [Paraview] Which polygon file reader in Paraview has interface to show/hide separate segments?

2013-10-07 Thread Samuel Key
Jimmy, I have had success with two different ParaView readers doing what you have described. It is material domains that I want to examine as distinct. However, ParaView does not care if it is a serially-generated set of material domain, a set of processor domain results, or any criterion

Re: [Paraview] [EXTERNAL] IceT performance modeling

2013-10-07 Thread Moreland, Kenneth
You mean like this? http://www.sandia.gov/~kmorel/documents/IceTAtScale.pdf -Ken From: Andy Bauer andy.ba...@kitware.commailto:andy.ba...@kitware.com Date: Sunday, October 6, 2013 9:00 AM To: Kenneth Moreland kmo...@sandia.govmailto:kmo...@sandia.gov,

Re: [Paraview] [EXTERNAL] IceT performance modeling

2013-10-07 Thread Andy Bauer
Yeah, I glanced through that before but I guess I should have read through it more thoroughly. Thanks, Andy On Mon, Oct 7, 2013 at 11:02 AM, Moreland, Kenneth kmo...@sandia.govwrote: You mean like this? http://www.sandia.gov/~kmorel/documents/IceTAtScale.pdf -Ken From: Andy

Re: [Paraview] Has Paraview been ported to BlueGene/L,P or Q?

2013-10-07 Thread David E DeMarle
I just pushed a working BlueGeneQ config to ParaViewSuperbuild for review: http://review.source.kitware.com/#/t/3393/ I you check it out (either from the link above or in a few days from ParaViewSuperBuild directly) you should be able to build on Mira. On other BlueGeneQ's you will need to change

Re: [Paraview] [Paraview-developers] Reader Plugin with Texture image

2013-10-07 Thread burlen
I think that you have to do this through the display properties. Way down under the misc section there's a widget that lets you load a texture. I think you should be able to use it if you generated texture coords and in a 2 component vtk float array and named them Texture Coordinates On

Re: [Paraview] [EXTERNAL] Color Legend

2013-10-07 Thread Scott, W Alan
Did you figure this out? One idea I have is to make the color legend 'box' bigger, thus giving Qt more room for the longer version. Another answer is to write up a bug? Note that Kitware has recently rewritten this code. Master may have fixed this - I didn't look. Alan From:

Re: [Paraview] Which polygon file reader in Paraview has interface to show/hide separate segments?

2013-10-07 Thread Jimmy Chen
Samuel, Thank you very much for the quick reply. I tried your EnSight example and could select different polygons by using Extract Blocks filter. VTK's example EnSight datasets also allows doing so. Besides, *.vtp or *.pvtp files are not working for me. What content should be put into vtp