27#ifndef vtkRenderWindowCollection_h
28#define vtkRenderWindowCollection_h
30#include "vtkRenderingCoreModule.h"
create and manipulate unsorted lists of objects
void AddItem(vtkObject *)
Add an object to 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
vtkRenderWindow * GetNextItem()
Get the next RenderWindow in the list.
vtkRenderWindowCollection()
static vtkRenderWindowCollection * New()
vtkRenderWindow * GetNextRenderWindow(vtkCollectionSimpleIterator &cookie)
Reentrant safe way to get an object in a collection.
void AddItem(vtkRenderWindow *a)
Add a RenderWindow to the list.
~vtkRenderWindowCollection()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
create a window for renderers to draw into
void * vtkCollectionSimpleIterator