Documentation for vtkStarbaseRenderWindow

vtkStarbaseRenderWindow - HP starbase rendering window

Super Class: vtkXRenderWindow

Description:

vtkStarbaseRenderWindow is a concrete implementation of the abstract class vtkRenderWindow. vtkStarbaseRenderer interfaces to the Hewlett-Packard starbase graphics library.

 

Methods:

void vtkStarbaseRenderWindow ()
void vtkStarbaseRenderWindow ()
static vtkStarbaseRenderWindow *New ()
const char *GetClassName ()
void PrintSelf (unknown & ,vtkIndent )
void Start ()
void Frame ()
void WindowInitialize ()
void Initialize ()
void SetFullScreen (int )
void WindowRemap ()
void PrefFullScreen ()
void SetSize (int ,int )
int GetFd ()
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 *)
int GetDesiredDepth ()
unknown GetDesiredColormap ()
unknown *GetDesiredVisual ()
int CreateXWindow (unknown * ,int ,int ,int ,int ,int ,char )

 

Detailed Method Descriptions:

Begin the rendering process.

void Start ()

End the rendering process and display the image.

void Frame ()

Initialize the rendering window.

void WindowInitialize ()
void Initialize ()

Change the window to fill the entire screen.

void SetFullScreen (int )

Resize the window.

void WindowRemap ()

Set the preferred window size to full screen.

void PrefFullScreen ()

Specify the size of the rendering window.

void SetSize (int ,int )

Return the starbase descriptor being used.

int GetFd ()

Update system if needed due to stereo rendering.

void StereoUpdate ()

Set/Get the pixel data of an image, transmitted as RGBRGB...

unsigned char *GetPixelData (int ,int ,int ,int ,int )
void SetPixelData (int ,int ,int ,int ,unsigned char * ,int )

Set/Get the pixel data of an image, transmitted as RGBARGBA...

float *GetRGBAPixelData (int ,int ,int ,int ,int )
void SetRGBAPixelData (int ,int ,int ,int ,float * ,int ,int )

Set/Get the zbuffer data from an image

float *GetZbufferData (int ,int ,int ,int )
void SetZbufferData (int ,int ,int ,int ,float *)

Get the desired depth for a render suitable Xwindow.

int GetDesiredDepth ()

Obtain a colormap from windowing system.

unknown GetDesiredColormap ()

Get a visual from the windowing system.

unknown *GetDesiredVisual ()

Create a window for starbase output.

int CreateXWindow (unknown * ,int ,int ,int ,int ,int ,char )