Documentation for vtkStarbaseRenderer

vtkStarbaseRenderer - HP starbase renderer

Super Class: vtkRenderer

Description:

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

 

Methods:

void vtkStarbaseRenderer ()
static vtkStarbaseRenderer *New ()
const char *GetClassName ()
void PrintSelf (unknown & ,vtkIndent )
void DeviceRender ()
void ClearLights ()
int UpdateLights ()
int UpdateVolumes ()
int GetFd ()
int GetLightSwitch ()
void SetLightSwitch (int )
float *GetCenter ()
void DisplayToView ()
void ViewToDisplay ()
int IsInViewport (int ,int )

 

Detailed Method Descriptions:

Concrete starbase render method.

void DeviceRender ()

Internal method temporarily removes lights before reloading them into graphics pipeline.

void ClearLights ()

Ask lights to load themselves into graphics pipeline.

int UpdateLights ()

Ask volumes to render themselves.

int UpdateVolumes ()

Return the starbase descriptor being used.

int GetFd ()

Set / get the starbase switch vector being used. This is primarily for internal use only.

int GetLightSwitch ()
void SetLightSwitch (int )

Return the center of the renderer taking into account stereo.

float *GetCenter ()

Convert display coordinates to view coordinates.

void DisplayToView ()

Convert view coordinates to display coordinates.

void ViewToDisplay ()

Is a given display point in this renderer's viewport.

int IsInViewport (int ,int )