Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File 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

Definition at line 61 of file vtkAssemblyPaths.h.


Constructor & Destructor Documentation

vtkAssemblyPaths::vtkAssemblyPaths   [inline, protected]
 

Definition at line 85 of file vtkAssemblyPaths.h.

vtkAssemblyPaths::~vtkAssemblyPaths   [inline, protected]
 

Definition at line 86 of file vtkAssemblyPaths.h.

vtkAssemblyPaths::vtkAssemblyPaths const vtkAssemblyPaths &    [inline, protected]
 

Definition at line 87 of file vtkAssemblyPaths.h.


Member Function Documentation

vtkAssemblyPaths* vtkAssemblyPaths::New   [static]
 

Construct with empty list.

Reimplemented from vtkCollection.

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.

Definition at line 65 of file vtkAssemblyPaths.h.

void vtkAssemblyPaths::AddItem vtkAssemblyPath   p [inline]
 

Add a path to the list.

Definition at line 99 of file vtkAssemblyPaths.h.

void vtkAssemblyPaths::RemoveItem vtkAssemblyPath   p [inline]
 

Remove a path from the list.

Definition at line 104 of file vtkAssemblyPaths.h.

int vtkAssemblyPaths::IsItemPresent vtkAssemblyPath   p [inline]
 

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

Definition at line 109 of file vtkAssemblyPaths.h.

vtkAssemblyPath * vtkAssemblyPaths::GetNextItem   [inline]
 

Get the next path in the list.

Definition at line 114 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.

void vtkAssemblyPaths::operator= const vtkAssemblyPaths &    [inline, protected]
 

Definition at line 88 of file vtkAssemblyPaths.h.


The documentation for this class was generated from the following file:
Generated on Wed Nov 21 12:46:28 2001 for VTK by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001