vtkGeneralTransform

Section: Visualization Toolkit Common Classes

Usage

vtkGeneralTransform is like vtkTransform and vtkPerspectiveTransform, but it will work with any vtkAbstractTransform as input. It is not as efficient as the other two, however, because arbitrary transformations cannot be concatenated by matrix multiplication. Transform concatenation is simulated by passing each input point through each transform in turn.

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

  obj = vtkGeneralTransform

Methods

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