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:
![]() | void Render (vtkRenderer * ,vtkActor *) |
![]() | float *GetBounds () |
![]() | void SetInput (vtkPolyData *) |
![]() | void SetInput (vtkPolyData &) |