Documentation for vtkPolyDataMapper

vtkPolyDataMapper - map vtkPolyData to graphics primitives

Super Class: vtkMapper

Description:

vtkPolyDataMapper is a class that maps polygonal data (i.e., vtkPolyData) to graphics primitives. vtkPolyDataMapper serves as a superclass for device-specific poly data mappers, that actually do the mapping to the rendering/graphics hardware/software.

 

Methods:

static vtkPolyDataMapper *New ()
const char *GetClassName ()
void Render (vtkRenderer * ,vtkActor *)
float *GetBounds ()
void SetInput (vtkPolyData *)
void SetInput (vtkPolyData &)

 

Detailed Method Descriptions:

Implement required Render method. Just a dummy routine here.

void Render (vtkRenderer * ,vtkActor *)

Return the bounds of the poly data.

float *GetBounds ()

Specify the input data to map.

void SetInput (vtkPolyData *)

For legacy compatability. Do not use.

void SetInput (vtkPolyData &)