VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions
vtkAssemblyPaths Class Reference

a list of lists of props representing an assembly hierarchy More...

#include <vtkAssemblyPaths.h>

Inheritance diagram for vtkAssemblyPaths:
Inheritance graph
[legend]
Collaboration diagram for vtkAssemblyPaths:
Collaboration graph
[legend]

List of all members.

Public Types

typedef vtkCollection Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkAssemblyPathsNewInstance () const
void AddItem (vtkAssemblyPath *p)
void RemoveItem (vtkAssemblyPath *p)
int IsItemPresent (vtkAssemblyPath *p)
vtkAssemblyPathGetNextItem ()
virtual unsigned long GetMTime ()
vtkAssemblyPathGetNextPath (vtkCollectionSimpleIterator &cookie)

Static Public Member Functions

static vtkAssemblyPathsNew ()
static int IsTypeOf (const char *type)
static vtkAssemblyPathsSafeDownCast (vtkObjectBase *o)

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkAssemblyPaths ()
 ~vtkAssemblyPaths ()

Detailed Description

a list of lists of props representing an assembly hierarchy

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.

See also:
vtkAssemblyPath vtkAssemblyNode vtkPicker vtkAssembly vtkProp

Definition at line 36 of file vtkAssemblyPaths.h.


Member Typedef Documentation

Reimplemented from vtkCollection.

Definition at line 40 of file vtkAssemblyPaths.h.


Constructor & Destructor Documentation

vtkAssemblyPaths::vtkAssemblyPaths ( ) [inline, protected]

Definition at line 69 of file vtkAssemblyPaths.h.

vtkAssemblyPaths::~vtkAssemblyPaths ( ) [inline, protected]

Definition at line 70 of file vtkAssemblyPaths.h.


Member Function Documentation

Construct with empty list.

Reimplemented from vtkCollection.

static int vtkAssemblyPaths::IsTypeOf ( const char *  name) [static]

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 vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkCollection.

virtual int vtkAssemblyPaths::IsA ( const char *  name) [virtual]

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 vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkCollection.

Reimplemented from vtkCollection.

virtual vtkObjectBase* vtkAssemblyPaths::NewInstanceInternal ( ) const [protected, virtual]

Reimplemented from vtkCollection.

Reimplemented from vtkCollection.

Add a path to the list.

Definition at line 87 of file vtkAssemblyPaths.h.

Remove a path from the list.

Definition at line 92 of file vtkAssemblyPaths.h.

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

Definition at line 97 of file vtkAssemblyPaths.h.

Get the next path in the list.

Definition at line 102 of file vtkAssemblyPaths.h.

virtual unsigned long vtkAssemblyPaths::GetMTime ( ) [virtual]

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 63 of file vtkAssemblyPaths.h.


The documentation for this class was generated from the following file: