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