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


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 | |
| vtkFloatNormals * | New () |
Protected Methods | |
| vtkFloatNormals () | |
| ~vtkFloatNormals () | |
| vtkFloatNormals (const vtkFloatNormals &) | |
| void | operator= (const vtkFloatNormals &) |
vtkFloatNormals is a concrete implementation of vtkNormals. Normals are represented using float values.
Definition at line 60 of file vtkFloatNormals.h.
|
|
Definition at line 81 of file vtkFloatNormals.h. |
|
|
Definition at line 82 of file vtkFloatNormals.h. |
|
|
Definition at line 83 of file vtkFloatNormals.h. |
|
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkNormals. |
|
|
Set the data type for this object. Reimplemented from vtkAttributeData. Definition at line 112 of file vtkFloatNormals.h. |
|
|
Set the data for this object. Only accepts VTK_FLOAT type. Reimplemented from vtkAttributeData. Definition at line 101 of file vtkFloatNormals.h. |
|
|
Get pointer to array of data starting at data position "id". Definition at line 91 of file vtkFloatNormals.h. |
|
||||||||||||
|
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 normals to write. Definition at line 96 of file vtkFloatNormals.h. |
|
|
Definition at line 84 of file vtkFloatNormals.h. |
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001