[vtkusers] Using vtkContourFilter for Rendering a Point Cloud
Cory Quammen
cquammen at cs.unc.edu
Wed Apr 30 10:59:54 EDT 2008
Moritz,
If your unstructured grid has associated scalar data (in your case,
the energy of the points), then according to the documentation
(http://www.vtk.org/doc/nightly/html/classvtkGaussianSplatter.html),
you can tell the vtkGaussianSplatter to scale the values of the
splatted Gaussian by the scalar value using ScalarWarpingOn().
Cory
On Wed, Apr 30, 2008 at 10:04 AM, <moritz.bernard.fricke at rwth-aachen.de> wrote:
> Hi Cory,
> thank you for your answer. i've tried it! I have just build an Structured Grid of my Points and applied vtkGaussianSplatter at it. That works, but i want to interpolate the values of the points. How can I link the energy of one point to its position to make the energy the criteria for the GaussianSplatter?
>
> Thank you for your help,
>
> moritz
>
--
Cory Quammen
Department of Computer Science
University of North Carolina at Chapel Hill
http://www.cs.unc.edu/~cquammen
More information about the vtkusers
mailing list