Go to the documentation of this file.
30 #ifndef vtkPropCollection_h
31 #define vtkPropCollection_h
33 #include "vtkRenderingCoreModule.h"
100 if ( this->
Bottom == NULL )
void * vtkCollectionSimpleIterator
vtkProp * GetNextProp(vtkCollectionSimpleIterator &cookie)
Reentrant safe way to get an object in a collection.
abstract base class for most VTK objects
vtkObject * GetNextItemAsObject()
Get the next item in the collection.
vtkProp * GetLastProp()
Get the last Prop in the list.
create and manipulate unsorted lists of objects
vtkCollectionElement * Bottom
void AddItem(vtkProp *a)
Add an Prop to the list.
int GetNumberOfPaths()
Get the number of paths contained in this list.
abstract superclass for all actors, volumes and annotations
static vtkPropCollection * New()
void AddItem(vtkObject *)
Add an object to the list.
vtkProp * GetNextProp()
Get the next Prop in the list.