Documentation for vtkRenderWindowCollection

vtkRenderWindowCollection - a list of RenderWindows

Super Class: vtkCollection

Description:

vtkRenderWindowCollection represents and provides methods to manipulate a list of RenderWindows. The list is unsorted and duplicate entries are not prevented.

 

See Also:

vtkRenderWindow vtkCollection

 

Methods:

static vtkRenderWindowCollection *New ()
const char *GetClassName ()
void AddItem (vtkRenderWindow *)
void RemoveItem (vtkRenderWindow *)
int IsItemPresent (vtkRenderWindow *)
vtkRenderWindow *GetNextItem ()

 

Detailed Method Descriptions:

Add a RenderWindow to the list.

void AddItem (vtkRenderWindow *)

Remove a RenderWindow from the list.

void RemoveItem (vtkRenderWindow *)

Determine whether a particular RenderWindow is present. Returns its position in the list.

int IsItemPresent (vtkRenderWindow *)

Get the next RenderWindow in the list. Return NULL when at the end of the list.

vtkRenderWindow *GetNextItem ()