Documentation for vtkXImageMapper

vtkXImageMapper - 2D image display support for X windows

Super Class: vtkImageMapper

Description:

vtkXImageMapper is a concrete subclass of vtkImageMapper that renders images under X windows.

 

See Also:

vtkImageMapper

 

Methods:

void vtkXImageMapper ()
void vtkXImageMapper ()
static vtkXImageMapper *New ()
void PrintSelf (unknown & ,vtkIndent )
void RenderData (vtkViewport * ,vtkImageData * ,vtkActor2D *)
int GetCompositingMode (vtkActor2D *)
int GetXWindowDepth (vtkWindow *)
void GetXWindowVisualId (vtkWindow * ,unknown *)
int GetXWindowVisualClass (vtkWindow *)
void GetXWindowColors (vtkWindow * ,unknown ,int )
void GetXWindowColorMasks (vtkWindow * ,unsigned long * ,unsigned long * ,unsigned long *)
int GetNumberOfColors ()

 

Detailed Method Descriptions:

Called by the Render function in vtkImageMapper. Actually draws the image to the screen.

void RenderData (vtkViewport * ,vtkImageData * ,vtkActor2D *)

Returns the X specific compositing operator.

int GetCompositingMode (vtkActor2D *)

Returns the depth of the X window

int GetXWindowDepth (vtkWindow *)

Returns the visual id of the window

void GetXWindowVisualId (vtkWindow * ,unknown *)

Returns the visual class of the window

int GetXWindowVisualClass (vtkWindow *)

Returns the color map used by the window

void GetXWindowColors (vtkWindow * ,unknown ,int )

Returns the color masks used by the window.

void GetXWindowColorMasks (vtkWindow * ,unsigned long * ,unsigned long * ,unsigned long *)

Gets the number of colors in the pseudo color map.

int GetNumberOfColors ()