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