Section: Visualization Toolkit Common Classes
To create an instance of class vtkObjectFactoryCollection, simply invoke its constructor as follows
obj = vtkObjectFactoryCollection
obj
is an instance of the vtkObjectFactoryCollection class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkObjectFactoryCollection = obj.NewInstance ()
vtkObjectFactoryCollection = obj.SafeDownCast (vtkObject o)
obj.AddItem (vtkObjectFactory t)
- Get the next ObjectFactory in the list. Return NULL when the end of the
list is reached.
vtkObjectFactory = obj.GetNextItem ()