vtkIdList - list of point or cell ids
Super Class: vtkObject
Description:
vtkIdList is used to represent and pass data id's between objects. vtkIdList may represent any type of integer id, but usually represents point and cell ids.
Methods:
| void vtkIdList (const int ,const int ) | |
| void vtkIdList () | |
| int Allocate (const int ,const int ) | |
| const char *GetClassName () | |
| void PrintSelf (unknown & ,vtkIndent ) | |
| static vtkIdList *New () | |
| int GetNumberOfIds () | |
| int GetId (const int ) | |
| void SetNumberOfIds (const int ) | |
| void SetId (const int ,const int ) | |
| void InsertId (const int ,const int ) | |
| int InsertNextId (const int ) | |
| int InsertUniqueId (const int ) | |
| int *GetPointer (const int ) | |
| int *WritePointer (const int ,const int ) | |
| void Reset () | |
| void Squeeze () | |
| void ShallowCopy (vtkIdList *) | |
| void DeepCopy (vtkIdList *) | |
| void DeleteId (int ) | |
| void IntersectWith (vtkIdList &) | |
| int IsId (int ) | |
| void DeepCopy (vtkIdList &) | |
| void ShallowCopy (vtkIdList &) |
Detailed Method Descriptions:
![]()
| int GetNumberOfIds () |
![]()
| int GetId (const int ) |
![]()
| void SetNumberOfIds (const int ) |
![]()
| void SetId (const int ,const int ) |
![]()
| void InsertId (const int ,const int ) |
![]()
| int InsertNextId (const int ) |
![]()
| int InsertUniqueId (const int ) |
![]()
| int *GetPointer (const int ) |
![]()
| int *WritePointer (const int ,const int ) |
![]()
| void Reset () |
![]()
| void Squeeze () |
![]()
| void ShallowCopy (vtkIdList *) |
![]()
| void DeepCopy (vtkIdList *) |
![]()
| void DeleteId (int ) |
![]()
| void IntersectWith (vtkIdList &) |
![]()
| int IsId (int ) |
![]()
| void DeepCopy (vtkIdList &) |
![]()