27 #ifndef vtkRendererCollection_h
28 #define vtkRendererCollection_h
30 #include "vtkRenderingCoreModule.h"
void * vtkCollectionSimpleIterator
vtkRenderer * GetNextRenderer(vtkCollectionSimpleIterator &cookie)
Reentrant safe way to get an object in a collection.
abstract base class for most VTK objects
abstract specification for renderers
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkCollection * New()
Construct with empty list.
vtkRenderer * GetNextItem()
Get the next Renderer in the list.
void AddItem(vtkRenderer *a)
Add a Renderer to the list.
void AddItem(vtkObject *)
Add an object to the list.
create and manipulate unsorted lists of objects
vtkObject * GetNextItemAsObject()
Get the next item in the collection.