vtkAffineRepresentation

Section: Visualization Toolkit Widget Classes

Usage

This class defines an API for affine transformation widget representations. These representations interact with vtkAffineWidget. The basic functionality of the affine representation is to maintain a transformation matrix.

This class may be subclassed so that alternative representations can be created. The class defines an API and a default implementation that the vtkAffineWidget interacts with to render itself in the scene.

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

  obj = vtkAffineRepresentation

Methods

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