Section: Visualization Toolkit Common Classes
To create an instance of class vtkOverrideInformationCollection, simply invoke its constructor as follows
obj = vtkOverrideInformationCollection
obj
is an instance of the vtkOverrideInformationCollection class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkOverrideInformationCollection = obj.NewInstance ()
vtkOverrideInformationCollection = obj.SafeDownCast (vtkObject o)
obj.AddItem (vtkOverrideInformation )
- Add a OverrideInformation to the list.
vtkOverrideInformation = obj.GetNextItem ()
- Get the next OverrideInformation in the list.