vtkImageActorPointPlacer

Section: Visualization Toolkit Widget Classes

Usage

This PointPlacer is used to constrain the placement of points on the supplied image actor. Additionally, you may set bounds to restrict the placement of the points. The placement of points will then be constrained to lie not only on the ImageActor but also within the bounds specified. If no bounds are specified, they may lie anywhere on the supplied ImageActor.

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

  obj = vtkImageActorPointPlacer

Methods

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