136#ifndef vtkRendererCollection_h
137#define vtkRendererCollection_h
141#include "vtkRenderingCoreModule.h"
create and manipulate ordered lists of objects
void AddItem(vtkObject *)
Add an object to the bottom of the list.
vtkObject * GetNextItemAsObject()
Get the next item in the collection.
a simple class to control print indentation
abstract base class for most VTK objects
an ordered list of renderers
vtkRendererCollection()=default
void Render()
Forward the Render() method to each renderer in the list.
void AddItem(vtkRenderer *a)
Add a Renderer to the bottom of the list.
vtkRenderer * GetNextRenderer(vtkCollectionSimpleIterator &cookie)
Reentrant safe way to get an object in a collection.
static vtkRendererCollection * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkRenderer * GetFirstRenderer()
Get the first Renderer in the list.
vtkRenderer * GetNextItem()
Get the next Renderer in the list.
~vtkRendererCollection() override=default
abstract specification for renderers
void * vtkCollectionSimpleIterator