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:
void Render (vtkRenderer * ,vtkActor *) |
void Build (vtkPolyData * ,vtkScalars *) |
void Draw (vtkRenderer * ,vtkActor *) |