Documentation for vtkWin32ImageWindow

vtkWin32ImageWindow - 2D display window for Windows

Super Class: vtkImageWindow

Description:

vtkWin32ImageWindow is a concrete subclass of vtkImageWindow. It handles 2D rendering under windows.

 

See Also:

vtkImageWindow

 

Methods:

void SwapBuffers ()
void vtkWin32ImageWindow ()
void vtkWin32ImageWindow ()
static vtkWin32ImageWindow *New ()
const char *GetClassName ()
void PrintSelf (unknown & ,vtkIndent )
vtkWin32ImageWindow *GetOutput ()
void SetSize (int ,int )
int *GetSize ()
int *GetPosition ()
void SetPosition (int ,int )
void SetBackgroundColor (float ,float ,float )
void EraseWindow ()
unsigned char *GetDIBPtr ()
unsigned char *GetPixelData (int ,int ,int ,int ,int )
void MakeDefaultWindow ()

 

Detailed Method Descriptions:

Swap the front and back buffers. Normally not called by the user.

void SwapBuffers ()

Set/Get the current size of the window.

void SetSize (int ,int )
int *GetSize ()

Set/Get the position in screen coordinates of the window.

int *GetPosition ()
void SetPosition (int ,int )

Set the desired background color for the window.

void SetBackgroundColor (float ,float ,float )

Erase the window. Normally nor called by the user.

void EraseWindow ()

Creates a Win32 window or sets up an existing window.

void MakeDefaultWindow ()