30 #ifndef vtkPropCollection_h 31 #define vtkPropCollection_h 33 #include "vtkRenderingCoreModule.h" 65 int GetNumberOfPaths();
100 if ( this->Bottom == NULL )
106 return static_cast<vtkProp *
>(this->Bottom->Item);
abstract superclass for all actors, volumes and annotations
void * vtkCollectionSimpleIterator
vtkProp * GetNextProp(vtkCollectionSimpleIterator &cookie)
Reentrant safe way to get an object in a collection.
abstract base class for most VTK objects
static vtkCollection * New()
Construct with empty list.
vtkProp * GetLastProp()
Get the last Prop in the list.
void AddItem(vtkObject *)
Add an object to the list.
void AddItem(vtkProp *a)
Add an Prop to the list.
create and manipulate unsorted lists of objects
vtkProp * GetNextProp()
Get the next Prop in the list.
vtkObject * GetNextItemAsObject()
Get the next item in the collection.