#include <vtkAssemblyPaths.h>
Inheritance diagram for vtkAssemblyPaths:


Public Methods | |
| const char * | GetClassName () |
| void | AddItem (vtkAssemblyPath *p) |
| void | RemoveItem (vtkAssemblyPath *p) |
| int | IsItemPresent (vtkAssemblyPath *p) |
| vtkAssemblyPath * | GetNextItem () |
| virtual unsigned long | GetMTime () |
Static Public Methods | |
| vtkAssemblyPaths * | New () |
Protected Methods | |
| vtkAssemblyPaths () | |
| ~vtkAssemblyPaths () | |
| vtkAssemblyPaths (const vtkAssemblyPaths &) | |
| void | operator= (const vtkAssemblyPaths &) |
vtkAssemblyPaths represents an assembly hierarchy as a list of vtkAssemblyPath. Each path represents the complete path from the top level assembly (if any) down to the leaf prop.
|
|
Add a path to the list. |
|
|
Return the class name as a string. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkCollection. |
|
|
Override the standard GetMTime() to check for the modified times of the paths. Reimplemented from vtkObject. |
|
|
Get the next path in the list. |
|
|
Determine whether a particular path is present. Returns its position in the list. |
|
|
Construct with empty list. Reimplemented from vtkCollection. |
|
|
Remove a path from the list. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002