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