vtkPoints - represent and manipulate 3D points
Super Class: vtkAttributeData
Description:
vtkPoints represents 3D points. The data model for vtkPoints is an array of vx-vy-vz triplets accessible by (point or cell) id.
Methods:
| void vtkPoints (int ) | |
| static vtkPoints *New () | |
| const char *GetClassName () | |
| void PrintSelf (unknown & ,vtkIndent ) | |
| vtkAttributeData *MakeObject () | |
| int GetNumberOfPoints () | |
| float *GetPoint (int ) | |
| void GetPoint (int ,float ) | |
| void SetPoint (int ,float ) | |
| void InsertPoint (int ,float ) | |
| int InsertNextPoint (float ) | |
| void SetNumberOfPoints (int ) | |
| void InsertPoint (int ,float ,float ,float ) | |
| int InsertNextPoint (float ,float ,float ) | |
| void GetPoints (vtkIdList * ,vtkPoints *) | |
| void ComputeBounds () | |
| float *GetBounds () | |
| void GetBounds (float ) | |
| void GetPoints (vtkIdList & ,vtkPoints &) |
Detailed Method Descriptions:
![]()
| vtkAttributeData *MakeObject () |
![]()
| int GetNumberOfPoints () |
![]()
| float *GetPoint (int ) |
![]()
| void GetPoint (int ,float ) |
![]()
| void SetPoint (int ,float ) |
![]()
| void InsertPoint (int ,float ) |
![]()
| int InsertNextPoint (float ) |
![]()
| void SetNumberOfPoints (int ) |
![]()
| void InsertPoint (int ,float ,float ,float ) |
![]()
| int InsertNextPoint (float ,float ,float ) |
![]()
| void GetPoints (vtkIdList * ,vtkPoints *) |
![]()
| void ComputeBounds () |
![]()
| float *GetBounds () | |
| void GetBounds (float ) |
![]()