vtkVectors - represent and manipulate 3D vectors
Super Class: vtkAttributeData
Description:
vtkVectors represents 3D vectors. The data model for vtkVectors is an array of vx-vy-vz triplets accessible by (point or cell) id.
Methods:
![]() | void vtkVectors (int ) |
![]() | static vtkVectors *New (int ) |
![]() | const char *GetClassName () |
![]() | void PrintSelf (unknown & ,vtkIndent ) |
![]() | vtkAttributeData *MakeObject () |
![]() | int GetNumberOfVectors () |
![]() | float *GetVector (int ) |
![]() | void GetVector (int ,float ) |
![]() | void SetVector (int ,float ) |
![]() | void InsertVector (int ,float ) |
![]() | int InsertNextVector (float ) |
![]() | void SetNumberOfVectors (int ) |
![]() | void InsertVector (int ,float ,float ,float ) |
![]() | int InsertNextVector (float ,float ,float ) |
![]() | void ComputeMaxNorm () |
![]() | float GetMaxNorm () |
![]() | void GetVectors (vtkIdList * ,vtkVectors *) |
![]() | void GetVectors (vtkIdList & ,vtkVectors &) |
Detailed Method Descriptions:
![]() | vtkAttributeData *MakeObject () |
![]() | int GetNumberOfVectors () |
![]() | float *GetVector (int ) |
![]() | void GetVector (int ,float ) |
![]() | void SetVector (int ,float ) |
![]() | void InsertVector (int ,float ) |
![]() | int InsertNextVector (float ) |
![]() | void SetNumberOfVectors (int ) |
![]() | void InsertVector (int ,float ,float ,float ) |
![]() | int InsertNextVector (float ,float ,float ) |
![]() | void ComputeMaxNorm () |
![]() | float GetMaxNorm () |
![]() | void GetVectors (vtkIdList * ,vtkVectors *) |