vtkMatrixToLinearTransform

Section: Visualization Toolkit Common Classes

Usage

This is a very simple class which allows a vtkMatrix4x4 to be used in place of a vtkLinearTransform or vtkAbstractTransform. For example, if you use it as a proxy between a matrix and vtkTransformPolyDataFilter then any modifications to the matrix will automatically be reflected in the output of the filter.

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

  obj = vtkMatrixToLinearTransform

Methods

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