28 #ifndef vtkActor2DCollection_h
29 #define vtkActor2DCollection_h
31 #include "vtkRenderingCoreModule.h"
122 if ( this->Bottom == NULL )
128 return static_cast<vtkActor2D *
>(this->Bottom->Item);
134 return this->GetNextActor2D();
139 return this->GetLastActor2D();
abstract superclass for all actors, volumes and annotations
void * vtkCollectionSimpleIterator
abstract base class for most VTK objects
virtual void DeleteElement(vtkCollectionElement *)
abstract specification for Viewports
a actor that draws 2D data
vtkActor2D * GetLastActor2D()
Standard Collection methods.
int IsItemPresent(vtkObject *a)
Search for an object and return location in list.
vtkActor2D * GetNextItem()
Access routines that are provided for compatibility with previous version of VTK. ...
void AddItem(vtkObject *)
Add an object to the list.
void AddItem(vtkProp *a)
Add an Prop to the list.
vtkActor2D * GetNextActor2D(vtkCollectionSimpleIterator &cookie)
Reentrant safe way to get an object in a collection.
vtkActor2D * GetNextActor2D()
Standard Collection methods.
vtkObject * GetNextItemAsObject()
Get the next item in the collection.
static vtkPropCollection * New()
vtkActor2D * GetLastItem()
Access routines that are provided for compatibility with previous version of VTK. ...