Documentation for vtkRenderWindow

vtkRenderWindow - create a window for renderers to draw into

Super Class: vtkWindow

Description:

vtkRenderWindow is an abstract object to specify the behavior of a rendering window. A rendering window is a window in a graphical user interface where renderers draw their images. Methods are provided to synchronize the rendering process, set window size, and control double buffering. The window also allows rendering in stereo. The interlaced render stereo type is for output to a VRex stero projector. All of the odd horizontal lines are from the left eye, and the even lines are from the right eye. The user has to make the render window alligned with the VRex projector, or the eye will be swapped.

 

See Also:

vtkRenderer vtkRenderWindowInteractor

 

Methods:

 

Detailed Method Descriptions: