vtkCompositePolyDataMapper

Section: Visualization Toolkit Rendering Classes

Usage

This class uses a set of vtkPolyDataMappers to render input data which may be hierarchical. The input to this mapper may be either vtkPolyData or a vtkCompositeDataSet built from polydata. If something other than vtkPolyData is encountered, an error message will be produced.

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

  obj = vtkCompositePolyDataMapper

Methods

The class vtkCompositePolyDataMapper 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 vtkCompositePolyDataMapper class.