vtkPolyDataMapper

Section: Visualization Toolkit Rendering Classes

Usage

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.

To create an instance of class vtkPolyDataMapper, simply invoke its constructor as follows

  obj = vtkPolyDataMapper

Methods

The class vtkPolyDataMapper has several methods that can be used. They are listed below. Note that the documentation is translated automatically from the VTK sources, and may not be completely intelligible. When in doubt, consult the VTK website. In the methods listed below, obj is an instance of the vtkPolyDataMapper class.