Section: Visualization Toolkit Rendering Classes
To create an instance of class vtkRenderWindowCollection, simply invoke its constructor as follows
obj = vtkRenderWindowCollection
obj
is an instance of the vtkRenderWindowCollection class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkRenderWindowCollection = obj.NewInstance ()
vtkRenderWindowCollection = obj.SafeDownCast (vtkObject o)
obj.AddItem (vtkRenderWindow a)
- Get the next RenderWindow in the list. Return NULL when at the end of the
list.
vtkRenderWindow = obj.GetNextItem ()