Section: Visualization Toolkit Common Classes
To create an instance of class vtkIdListCollection, simply invoke its constructor as follows
obj = vtkIdListCollection
obj
is an instance of the vtkIdListCollection class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkIdListCollection = obj.NewInstance ()
vtkIdListCollection = obj.SafeDownCast (vtkObject o)
obj.AddItem (vtkIdList ds)
- Get the next dataset in the list.
vtkIdList = obj.GetNextItem ()
- Get the next dataset in the list.
vtkIdList = obj.GetItem (int i)
- Get the ith dataset in the list.