Documentation for vtkXGLPolyDataMapper

vtkXGLPolyDataMapper - a PolyDataMapper for Suns XGL library

Super Class: vtkPolyDataMapper

Description:

vtkXGLPolyDataMapper is a subclass of vtkPolyDataMapper. vtkXGLPolyDataMapper is a geometric PolyDataMapper for Suns XGL rendering library.

 

Methods:

void vtkXGLPolyDataMapper ()
void vtkXGLPolyDataMapper ()
static vtkXGLPolyDataMapper *New ()
const char *GetClassName ()
void Render (vtkRenderer * ,vtkActor *)
void Build (vtkPolyData * ,vtkScalars *)
void Draw (vtkRenderer * ,vtkActor *)
float *AddVertexComputeNormal (int ,int ,int * ,vtkPoints * ,vtkScalars * ,vtkTCoords * ,float *)
float *AddVertexWithNormal (int ,int ,int * ,vtkPoints * ,vtkScalars * ,vtkTCoords * ,vtkNormals * ,float *)
float *AddVertex (int ,int ,int * ,vtkPoints * ,vtkScalars * ,vtkTCoords *)

 

Detailed Method Descriptions:

Do what is required to render this object.

void Render (vtkRenderer * ,vtkActor *)

Build the data structure for the XGL PolyDataMapper.

void Build (vtkPolyData * ,vtkScalars *)

Catch vtkGeometry PolyDataMapper draw method and call actual method.

void Draw (vtkRenderer * ,vtkActor *)