Go to the documentation of this file.
27 #ifndef vtkRenderWindowCollection_h
28 #define vtkRenderWindowCollection_h
30 #include "vtkRenderingCoreModule.h"
static vtkCollection * New()
Construct with empty list.
void * vtkCollectionSimpleIterator
abstract base class for most VTK objects
vtkRenderWindowCollection()
vtkObject * GetNextItemAsObject()
Get the next item in the collection.
create and manipulate unsorted lists of objects
a simple class to control print indentation
void AddItem(vtkRenderWindow *a)
Add a RenderWindow to the list.
~vtkRenderWindowCollection()
void AddItem(vtkObject *)
Add an object to the list.
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
vtkRenderWindow * GetNextRenderWindow(vtkCollectionSimpleIterator &cookie)
Reentrant safe way to get an object in a collection.
vtkRenderWindow * GetNextItem()
Get the next RenderWindow in the list.