#include <vtkAssemblyPaths.h>
Inheritance diagram for vtkAssemblyPaths:


Public Methods | |
| 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 () | 
Static Public Methods | |
| vtkAssemblyPaths * | New () | 
| int | IsTypeOf (const char *type) | 
| vtkAssemblyPaths * | SafeDownCast (vtkObject *o) | 
Protected Methods | |
| vtkAssemblyPaths () | |
| ~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 62 of file vtkAssemblyPaths.h.
      
  | 
  
| 
 
 Definition at line 86 of file vtkAssemblyPaths.h.  | 
  
      
  | 
  
| 
 
 Definition at line 87 of file vtkAssemblyPaths.h.  | 
  
      
  | 
  
| 
 Construct with empty list. Reimplemented from vtkCollection.  | 
  
      
  | 
  
| 
 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.  | 
  
      
  | 
  
| 
 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.  | 
  
      
  | 
  
| 
 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.  | 
  
      
  | 
  
| 
 Will cast the supplied object to vtkObject* is this is a safe operation (i.e., a safe downcast); otherwise NULL is returned. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkCollection.  | 
  
      
  | 
  
| 
 Add a path to the list. Definition at line 101 of file vtkAssemblyPaths.h.  | 
  
      
  | 
  
| 
 Remove a path from the list. Definition at line 106 of file vtkAssemblyPaths.h.  | 
  
      
  | 
  
| 
 Determine whether a particular path is present. Returns its position in the list. Definition at line 111 of file vtkAssemblyPaths.h.  | 
  
      
  | 
  
| 
 Get the next path in the list. Definition at line 116 of file vtkAssemblyPaths.h.  | 
  
      
  | 
  
| 
 Override the standard GetMTime() to check for the modified times of the paths. Reimplemented from vtkObject.  | 
  
1.2.11.1 written by Dimitri van Heesch,
 © 1997-2001