Main Page   Class Hierarchy   Alphabetical List   Compound List   Compound Members   Related Pages  

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 Methods

const char * GetClassName ()
void AddItem (vtkAssemblyPath *p)
void RemoveItem (vtkAssemblyPath *p)
int IsItemPresent (vtkAssemblyPath *p)
vtkAssemblyPathGetNextItem ()
virtual unsigned long GetMTime ()

Static Public Methods

vtkAssemblyPaths * New ()

Protected Methods

 vtkAssemblyPaths ()
 ~vtkAssemblyPaths ()
 vtkAssemblyPaths (const vtkAssemblyPaths &)
void operator= (const vtkAssemblyPaths &)

Detailed Description

a list of lists of props representing an assembly hierarchy.

Date:
2000/12/10 20:08:06
Revision:
1.3

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


Member Function Documentation

void vtkAssemblyPaths::AddItem vtkAssemblyPath   p [inline]
 

Add a path to the list.

const char* vtkAssemblyPaths::GetClassName   [inline, virtual]
 

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.

virtual unsigned long vtkAssemblyPaths::GetMTime   [virtual]
 

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

Reimplemented from vtkObject.

vtkAssemblyPath * vtkAssemblyPaths::GetNextItem   [inline]
 

Get the next path in the list.

int vtkAssemblyPaths::IsItemPresent vtkAssemblyPath   p [inline]
 

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

vtkAssemblyPaths* vtkAssemblyPaths::New   [static]
 

Construct with empty list.

Reimplemented from vtkCollection.

void vtkAssemblyPaths::RemoveItem vtkAssemblyPath   p [inline]
 

Remove a path from the list.


The documentation for this class was generated from the following file:
Generated on Tue Mar 19 13:23:42 2002 for VTK by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002