Main Page | Directories | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

vtkAssemblyPaths Class Reference

#include <vtkAssemblyPaths.h>

Inheritance diagram for vtkAssemblyPaths:

Inheritance graph
[legend]
Collaboration diagram for vtkAssemblyPaths:

Collaboration graph
[legend]
List of all members.

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
Created by:
  • Schroeder, Will
CVS contributions (if > 5%):
  • Schroeder, Will (87%)
  • Martin, Ken (8%)
CVS logs (CVSweb):
  • .h (/Common/vtkAssemblyPaths.h)
  • .cxx (/Common/vtkAssemblyPaths.cxx)

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)
vtkAssemblyPathGetNextItem ()
virtual unsigned long GetMTime ()
vtkAssemblyPathGetNextPath (vtkCollectionSimpleIterator &cookie)

Static Public Member Functions

vtkAssemblyPathsNew ()
int IsTypeOf (const char *type)
vtkAssemblyPathsSafeDownCast (vtkObject *o)

Protected Member Functions

 vtkAssemblyPaths ()
 ~vtkAssemblyPaths ()


Member Typedef Documentation

typedef vtkCollection vtkAssemblyPaths::Superclass
 

Reimplemented from vtkCollection.

Definition at line 50 of file vtkAssemblyPaths.h.


Constructor & Destructor Documentation

vtkAssemblyPaths::vtkAssemblyPaths  )  [inline, protected]
 

Definition at line 79 of file vtkAssemblyPaths.h.

vtkAssemblyPaths::~vtkAssemblyPaths  )  [inline, protected]
 

Definition at line 80 of file vtkAssemblyPaths.h.


Member Function Documentation

vtkAssemblyPaths* vtkAssemblyPaths::New  )  [static]
 

Construct with empty list.

Reimplemented from vtkCollection.

virtual const char* vtkAssemblyPaths::GetClassName  )  [virtual]
 

Reimplemented from vtkCollection.

int vtkAssemblyPaths::IsTypeOf const char *  type  )  [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 vtkTypeRevisionMacro found in vtkSetGet.h.

Reimplemented from vtkCollection.

virtual int vtkAssemblyPaths::IsA const char *  type  )  [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 vtkTypeRevisionMacro found in vtkSetGet.h.

Reimplemented from vtkCollection.

vtkAssemblyPaths* vtkAssemblyPaths::SafeDownCast vtkObject o  )  [static]
 

Reimplemented from vtkCollection.

void vtkAssemblyPaths::AddItem vtkAssemblyPath p  )  [inline]
 

Add a path to the list.

Definition at line 94 of file vtkAssemblyPaths.h.

References vtkCollection::AddItem().

void vtkAssemblyPaths::RemoveItem vtkAssemblyPath p  )  [inline]
 

Remove a path from the list.

Definition at line 99 of file vtkAssemblyPaths.h.

References vtkCollection::RemoveItem().

int vtkAssemblyPaths::IsItemPresent vtkAssemblyPath p  )  [inline]
 

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

Definition at line 104 of file vtkAssemblyPaths.h.

References vtkCollection::IsItemPresent().

vtkAssemblyPath * vtkAssemblyPaths::GetNextItem  )  [inline]
 

Get the next path in the list.

Definition at line 109 of file vtkAssemblyPaths.h.

References vtkCollection::GetNextItemAsObject().

virtual unsigned long vtkAssemblyPaths::GetMTime  )  [virtual]
 

Override the standard GetMTime() to check for the modified times of the paths.

Reimplemented from vtkObject.

vtkAssemblyPath* vtkAssemblyPaths::GetNextPath vtkCollectionSimpleIterator cookie  )  [inline]
 

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.


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