27#ifndef vtkRenderWindowCollection_h
28#define vtkRenderWindowCollection_h
32#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 RenderWindows
vtkRenderWindow * GetNextItem()
Get the next RenderWindow in the list.
static vtkRenderWindowCollection * New()
vtkRenderWindowCollection()=default
vtkRenderWindow * GetNextRenderWindow(vtkCollectionSimpleIterator &cookie)
Reentrant safe way to get an object in a collection.
void AddItem(vtkRenderWindow *a)
Add a RenderWindow 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.
~vtkRenderWindowCollection() override=default
create a window for renderers to draw into
void * vtkCollectionSimpleIterator