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()
 
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. 
 
static vtkCollection * New()
Construct with empty list. 
 
void AddItem(vtkRenderWindow *a)
Add a RenderWindow to the list. 
 
void AddItem(vtkObject *)
Add an object to the list. 
 
create a window for renderers to draw into 
 
create and manipulate unsorted lists of objects 
 
vtkObject * GetNextItemAsObject()
Get the next item in the collection.