21#ifndef vtkAssemblyPath_h 
   22#define vtkAssemblyPath_h 
   26#include "vtkRenderingCoreModule.h"  
   28VTK_ABI_NAMESPACE_BEGIN
 
represent a node in an assembly
 
a list of nodes that form an assembly path
 
vtkProp * TransformedProp
 
void AddNode(vtkAssemblyNode *n)
 
static vtkAssemblyPath * New()
Instantiate empty path with identify matrix.
 
void AddNode(vtkProp *p, vtkMatrix4x4 *m)
Convenience method adds a prop and matrix together, creating an assembly node transparently.
 
void ShallowCopy(vtkAssemblyPath *path)
Perform a shallow copy (reference counted) on the incoming path.
 
vtkMTimeType GetMTime() override
Override the standard GetMTime() to check for the modified times of the nodes in this path.
 
vtkAssemblyNode * GetNextNode()
Get the next assembly node in the list.
 
vtkAssemblyNode * GetFirstNode()
Get the first assembly node in the list.
 
~vtkAssemblyPath() override
 
vtkAssemblyNode * GetLastNode()
Get the last assembly node in the list.
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
void DeleteLastNode()
Delete the last assembly node in the list.
 
vtkAssemblyNode * GetNextNode(vtkCollectionSimpleIterator &cookie)
Reentrant safe way to get an object in a collection.
 
create and manipulate ordered lists of objects
 
void AddItem(vtkObject *)
Add an object to the bottom of the list.
 
vtkObject * GetNextItemAsObject()
Get the next item in the collection.
 
a simple class to control print indentation
 
represent and manipulate 4x4 transformation matrices
 
abstract base class for most VTK objects
 
abstract superclass for all actors, volumes and annotations
 
void * vtkCollectionSimpleIterator
 
vtkTypeUInt32 vtkMTimeType