vtkNormals - represent and manipulate 3D normals
Super Class: vtkAttributeData
Description:
vtkNormals represents 3D normals. The data model for vtkNormals is an array of nx-ny-nz triplets accessible by (point or cell) id. Each normal is assumed to have magnitude |n| = 1.
Methods:
![]() | void vtkNormals (int ) |
![]() | static vtkNormals *New (int ) |
![]() | const char *GetClassName () |
![]() | void PrintSelf (unknown & ,vtkIndent ) |
![]() | vtkAttributeData *MakeObject () |
![]() | int GetNumberOfNormals () |
![]() | float *GetNormal (int ) |
![]() | void GetNormal (int ,float ) |
![]() | void SetNormal (int ,float ) |
![]() | void InsertNormal (int ,float ) |
![]() | int InsertNextNormal (float ) |
![]() | void SetNumberOfNormals (int ) |
![]() | void InsertNormal (int ,float ,float ,float ) |
![]() | int InsertNextNormal (float ,float ,float ) |
![]() | void GetNormals (vtkIdList * ,vtkNormals *) |
![]() | void GetNormals (vtkIdList & ,vtkNormals &) |
Detailed Method Descriptions:
![]() | vtkAttributeData *MakeObject () |
![]() | int GetNumberOfNormals () |
![]() | float *GetNormal (int ) |
![]() | void GetNormal (int ,float ) |
![]() | void SetNormal (int ,float ) |
![]() | void InsertNormal (int ,float ) |
![]() | int InsertNextNormal (float ) |
![]() | void SetNumberOfNormals (int ) |
![]() | void InsertNormal (int ,float ,float ,float ) |
![]() | int InsertNextNormal (float ,float ,float ) |
![]() | void GetNormals (vtkIdList * ,vtkNormals *) |