Documentation for vtkWin32ImageMapper

vtkWin32ImageMapper - 2D image display support for Microsoft windows

Super Class: vtkImageMapper

Description:

vtkWin32ImageMapper is a concrete subclass of vtkImageMapper that renders images under Microsoft windows.

 

See Also:

vtkImageMapper

 

Methods:

void vtkWin32ImageMapper ()
void vtkWin32ImageMapper ()
static vtkWin32ImageMapper *New ()
void RenderData (vtkViewport * ,vtkImageData * ,vtkActor2D *)
int GetCompositingMode (vtkActor2D *)

 

Detailed Method Descriptions:

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

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