Documentation for vtkAssemblyPaths

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:

vtkAssembly vtkActor vtkAssemblyCollection

 

Methods:

static vtkAssemblyPaths *New ()
const char *GetClassName ()
void AddItem (vtkActorCollection *)
void RemoveItem (vtkActorCollection *)
int IsItemPresent (vtkActorCollection *)
vtkActorCollection *GetNextItem ()

 

Detailed Method Descriptions:

Add a path to the list.

void AddItem (vtkActorCollection *)

Remove a path from the list.

void RemoveItem (vtkActorCollection *)

Determine whether a particular path is present. Returns its position in the list.

int IsItemPresent (vtkActorCollection *)

Get the next path in the list.

vtkActorCollection *GetNextItem ()