Section: Visualization Toolkit Filtering Classes
To create an instance of class vtkExecutiveCollection, simply invoke its constructor as follows
obj = vtkExecutiveCollection
obj
is an instance of the vtkExecutiveCollection class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkExecutiveCollection = obj.NewInstance ()
vtkExecutiveCollection = obj.SafeDownCast (vtkObject o)
obj.AddItem (vtkExecutive exec)
- Get the next executive in the list.
vtkExecutive = obj.GetNextItem ()