[vtkusers] Convert vtkPointSet to vtkImageData using the scalar associated to each point as the intensity for each voxel

Liam Kurmos quantum.leaf at gmail.com
Wed Apr 27 09:57:39 EDT 2011


Are your points already arranged in a regular array?

vtkImageData usually uses the scalar values at the points anyway and
the cell value is commonly not used (this is the understanding i came
to anyway).

Liam


On Tue, Apr 26, 2011 at 9:33 PM, Federico Milano <fmilano at gmail.com> wrote:
> Hi,
>
> I would like to convert vtkPointSet to vtkImageData using the scalar
> associated to each point as the intensity for each voxel, that is keeping
> the scalar value associated with the correct voxel in the vtkImageData.
>
>
> Thanks in advance,
>
> Federico
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the VTK FAQ at:
> http://www.vtk.org/Wiki/VTK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
>
>



More information about the vtkusers mailing list