vtkFloatVectors - (obsolete)floating point representation of 3D vectors
Super Class: vtkVectors
Description:
vtkFloatVectors is a concrete implementation of vtkVectors. Vectors are represented using float values.
Methods:
Detailed Method Descriptions:
Set the data type for this object.
Set the data for this object. Only accepts VTK_FLOAT type.
Get pointer to array of data starting at data position "id".
Get pointer to data array. Useful for direct writes of data. MaxId is bumped by number (and memory allocated if necessary). Id is the location you wish to write into; number is the number of vectors to write.