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