[vtkusers] vtk guru needed (vtkGlyph3D + vtkImageData)

Berk Geveci berklist at nycap.rr.com
Wed Feb 12 12:46:10 EST 2003


Then you are stuck. Because of the memory layout the VTK
arrays use, you can not use a two component array as a
vector. You have to create a new array and copy the first 
two components from the scalar array.

-Berk

On Wed, 2003-02-12 at 11:55, Mathieu Malaterre wrote:
> Oups !
>   I forget to mention the most import stuff...my data are 2D. So 
> PointData.Scalars is a 2 Tuple whereas Vectors should be 3.
> 
> mathieu





More information about the vtkusers mailing list