#include <vtkFloatTensors.h>
Inheritance diagram for vtkFloatTensors:


Public Methods | |
| void | SetDataType (int dataType) |
| void | SetData (vtkDataArray *) |
| float * | GetPointer (const int id) |
| float * | WritePointer (const int id, const int number) |
Static Public Methods | |
| vtkFloatTensors * | New () |
Protected Methods | |
| vtkFloatTensors () | |
| ~vtkFloatTensors () | |
| vtkFloatTensors (const vtkFloatTensors &) | |
| void | operator= (const vtkFloatTensors &) |
vtkFloatTensors is an (obsolete) concrete implementation of vtkTensors. Tensor values are represented using float values.
|
|
Get pointer to array of data starting at data position "id". |
|
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkTensors. |
|
|
Set the data for this object. Only accepts VTK_FLOAT type. Reimplemented from vtkAttributeData. |
|
|
Set the data type for this object. Reimplemented from vtkAttributeData. |
|
||||||||||||
|
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 tensors to write. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002