18 #ifndef vtkActorCollection_h
19 #define vtkActorCollection_h
23 #include "vtkRenderingCoreModule.h"
25 VTK_ABI_NAMESPACE_BEGIN
99 if (this->
Bottom ==
nullptr)
119 VTK_ABI_NAMESPACE_END
abstract superclass for all actors, volumes and annotations
void * vtkCollectionSimpleIterator
represents an object (geometry & properties) in a rendered scene
abstract base class for most VTK objects
vtkActor * GetLastItem()
Access routines that are provided for compatibility with previous version of VTK. ...
represent surface properties of a geometric object
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void AddItem(vtkActor *a)
Add an actor to the bottom of the list.
a simple class to control print indentation
vtkActor * GetLastActor()
Get the last actor in the list.
vtkActor * GetNextActor(vtkCollectionSimpleIterator &cookie)
Reentrant safe way to get an object in a collection.
vtkActor * GetNextItem()
Access routines that are provided for compatibility with previous version of VTK. ...
an ordered list of actors
vtkCollectionElement * Bottom
void AddItem(vtkObject *)
Add an object to the bottom of the list.
void AddItem(vtkProp *a)
Add a Prop to the bottom of the list.
vtkActor * GetNextActor()
Get the next actor in the list.
vtkObject * GetNextItemAsObject()
Get the next item in the collection.
static vtkPropCollection * New()