vtkAssemblyPaths - a list of lists of actors representing an assembly hierarchy
Super Class: vtkCollection
Description:
vtkAssemblyPaths represents a hierarchy of assemblies as a sequence of paths. Each path is a list of actors, starting from the root of the assembly down to the leaf actors. Methods are also provided to manipulate the path including propagating transformation matrices and actor properties.
See Also:
Methods:
static vtkAssemblyPaths *New () | |
const char *GetClassName () | |
void AddItem (vtkActorCollection *) | |
void RemoveItem (vtkActorCollection *) | |
int IsItemPresent (vtkActorCollection *) | |
vtkActorCollection *GetNextItem () |
Detailed Method Descriptions:
void AddItem (vtkActorCollection *) |
void RemoveItem (vtkActorCollection *) |
int IsItemPresent (vtkActorCollection *) |
vtkActorCollection *GetNextItem () |