vtkTransformCollection - maintain a list of transforms
Super Class: vtkCollection
Description:
vtkTransformCollection is an object that creates and manipulates lists of objects of type vtkTransform.
See Also:
Methods:
const char *GetClassName () | |
static vtkTransformCollection *New () | |
void AddItem (vtkTransform *) | |
void RemoveItem (vtkTransform *) | |
int IsItemPresent (vtkTransform *) | |
vtkTransform *GetNextItem () |
Detailed Method Descriptions:
void AddItem (vtkTransform *) |
void RemoveItem (vtkTransform *) |
int IsItemPresent (vtkTransform *) |
vtkTransform *GetNextItem () |