Re: [Paraview] GUIView example not working

2012-01-05 Thread Christoffer Green
Thanks David, this lead me down the right path, I will write a bit so that anyone else with the same problem has an easier time. There appears to have been a change in how you define a custom view somewhere between 3.8 and 3.12, you are now required to supply a vtkPV*View class and a

[Paraview] Data Array access on CSVReader

2012-01-05 Thread Luc Bordier
Hello, I am trying to access some data in arrays read from a CSVReader within a paraview script. My data is read by the following code : Results = CSVReader( FileName=toto.csv) Results.UpdatePipeline() now I would like to acces some row value of my arrays. I am looking for something like

[Paraview] Assign colors to brain fibers

2012-01-05 Thread Rafa x
Dear All, I have a .vtk file with 586 elements (DTI streamlines which represent brain fibers). I would like to represent it assigning an arbitrary color to each these 586 elements. Thank you all in advance, Rafael Romero. ___ Powered by www.kitware.com

Re: [Paraview] [EXTERNAL] Assign colors to brain fibers

2012-01-05 Thread Moreland, Kenneth
Try applying the Generate Ids filter and then color the result by the Ids cell field (not the point field). The colors won't exactly be arbitrary, but if you switch to the rainbow color map you'll get something fairly close. -Ken On 1/5/12 8:43 AM, Rafa x rromero3...@gmail.com wrote: Dear

Re: [Paraview] [Paraview-developers] [paraview-developers] A kind of building errors of paraview development version under Visual Studio 2010 on Windows 7 64bits

2012-01-05 Thread David E DeMarle
Please keep the discussion on the mailing list so that everyone can contribute and benefit. Also this discussion probably should have stayed on the paraview users list so I'm cross-posting there. I'm not certain if the 64 bit-ness of the MPI lib matters. It's certainly safer to stick with a 32

[Paraview] vtkVolumeRayCastSpaceLeapingImageFilter segfault

2012-01-05 Thread Burlen Loring
Hi, In 3.12 when volume rendering on image data I'm experiencing segfaults in vtkVolumeRayCastSpaceLeapingImageFilter in vtkVolumeRayCastSpaceLeapingImageFilterMinMaxExecute. The issue seems to be that vtkImageData::ComputeIncrements relies on active scalars being set. However, for use with