[Paraview] ellipsoids

2011-04-30 Thread Ula Popov
Hello all, I have a vtkImageData file, that I want to visualize. Each point on the grid is a 3x3 tensor (matrix). -> for each point I have 3 eigenvalues, that I would like to map to the radiuses of an ellipsoid. What filter should I apply, or maybe it is under glyphs, but I just can't find it. T

[Paraview] streamlines

2011-07-21 Thread Ula Popov
Hello all, can a stream tracer filter be applied on an unstructured data? I tried to apply it on a vtkImageData and it worked perfectly, but I can't see any output when I try to apply the filter on .cosmo file (which is vtkUnstructuredGrid). Thank you, Ula

Re: [Paraview] 3.10.1, outline solid color

2011-08-17 Thread Ula Popov
> On Thu, Aug 18, 2011 at 7:59 AM, Ula Popov wrote: > > Hello all, > > > > I'm using paraview version 3.10.1 > > I wasn't able to change outline solid color. > > I tried it on several different files. > > Attached is just one example. > &g

[Paraview] vtkPCosmoReader

2011-10-25 Thread Ula Popov
Hello all, Till last week I used vtkCosmoReader to read .cosmo files. Now I try to use its parallel version, and I have a few questions. I noticed that there are more functions, like SetRL and SetOverlap. I set them, should I call update() after that? i tried to run this: vtkPCosmoReader *co

[Paraview] 2 color scales, 1 filter

2012-05-30 Thread Ula Popov
Hello All, I have - two files "A" and "B"; - two different color scales "X" and "Y"; I applied elevation filter on "A" and chose to color filter's output using "X". Then I applied elevation filter on "B" and chose color scale "Y". Result: both "A" and "B" were colored according to "Y". Is ther

[Paraview] points. opacity

2012-06-03 Thread Ula Popov
Hello All, I have a set of unstructured points. Each point has "mass" field. I want to render the points using single color, but map opacity of a point to its "mass" value. Is there a way to do this in paraview? Thank you, Ula ___ Powered by www.kitwar