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