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.
an ordered list of RenderWindows
void * vtkCollectionSimpleIterator
abstract base class for most VTK objects
vtkRenderWindowCollection()
vtkObject * GetNextItemAsObject()
Get the next item in the collection.
create and manipulate ordered lists of objects
a simple class to control print indentation
~vtkRenderWindowCollection() override
void AddItem(vtkRenderWindow *a)
Add a RenderWindow to the bottom of the list.
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.
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.