vtkOpenGLRenderWindow - OpenGL rendering window
Super Class: vtkXRenderWindow
Description:
vtkOpenGLRenderWindow is a concrete implementation of the abstract class vtkRenderWindow. vtkOpenGLRenderer interfaces to the OpenGL graphics library. Application programmers should normally use vtkRenderWindow instead of the OpenGL specific version.
Methods:
Detailed Method Descriptions:
void Start () |
void Frame () |
void WindowConfigure () |
void WindowInitialize () |
void Initialize () |
void SetFullScreen (int ) |
void WindowRemap () |
void PrefFullScreen () |
void SetSize (int ,int ) |
unknown GetDesiredColormap () | |
unknown *GetDesiredVisual () | |
unknown *GetDesiredVisualInfo () | |
int GetDesiredDepth () |
static void SetGlobalMaximumNumberOfMultiSamples (int ) | |
static int GetGlobalMaximumNumberOfMultiSamples () |
void SetMultiSamples (int ) | |
int GetMultiSamples () |
void StereoUpdate () |
unsigned char *GetPixelData (int ,int ,int ,int ,int ) | |
void SetPixelData (int ,int ,int ,int ,unsigned char * ,int ) |
float *GetRGBAPixelData (int ,int ,int ,int ,int ) | |
void SetRGBAPixelData (int ,int ,int ,int ,float * ,int ,int ) |
float *GetZbufferData (int ,int ,int ,int ) | |
void SetZbufferData (int ,int ,int ,int ,float *) |
void MakeCurrent () |