vtkPolyDataPointPlacer

Section: Visualization Toolkit Widget Classes

Usage

vtkPolyDataPointPlacer is a base class to place points on the surface of polygonal data.

.SECTION Usage The actors that render polygonal data and wish to be considered for placement by this placer are added to the list as \begin{verbatim} placer->AddProp( polyDataActor ); \end{verbatim}

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

  obj = vtkPolyDataPointPlacer

Methods

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