#include <vtkAssemblyPaths.h>
Inheritance diagram for 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.
Definition at line 46 of file vtkAssemblyPaths.h.
Public Types | |
typedef vtkCollection | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | AddItem (vtkAssemblyPath *p) |
void | RemoveItem (vtkAssemblyPath *p) |
int | IsItemPresent (vtkAssemblyPath *p) |
vtkAssemblyPath * | GetNextItem () |
virtual unsigned long | GetMTime () |
vtkAssemblyPath * | GetNextPath (vtkCollectionSimpleIterator &cookie) |
Static Public Member Functions | |
vtkAssemblyPaths * | New () |
int | IsTypeOf (const char *type) |
vtkAssemblyPaths * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkAssemblyPaths () | |
~vtkAssemblyPaths () |
|
Reimplemented from vtkCollection. Definition at line 50 of file vtkAssemblyPaths.h. |
|
Definition at line 79 of file vtkAssemblyPaths.h. |
|
Definition at line 80 of file vtkAssemblyPaths.h. |
|
Construct with empty list. Reimplemented from vtkCollection. |
|
Reimplemented from vtkCollection. |
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkCollection. |
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkCollection. |
|
Reimplemented from vtkCollection. |
|
Add a path to the list. Definition at line 94 of file vtkAssemblyPaths.h. References vtkCollection::AddItem(). |
|
Remove a path from the list. Definition at line 99 of file vtkAssemblyPaths.h. References vtkCollection::RemoveItem(). |
|
Determine whether a particular path is present. Returns its position in the list. Definition at line 104 of file vtkAssemblyPaths.h. References vtkCollection::IsItemPresent(). |
|
Get the next path in the list. Definition at line 109 of file vtkAssemblyPaths.h. References vtkCollection::GetNextItemAsObject(). |
|
Override the standard GetMTime() to check for the modified times of the paths. Reimplemented from vtkObject. |
|
Reentrant safe way to get an object in a collection. Just pass the same cookie back and forth. Definition at line 73 of file vtkAssemblyPaths.h. References vtkCollection::GetNextItemAsObject(), and vtkCollectionSimpleIterator. |