vtkTransformToGrid

Section: Visualization Toolkit Hybrid Classes

Usage

vtkTransformToGrid takes any transform as input and produces a grid for use by a vtkGridTransform. This can be used, for example, to invert a grid transform, concatenate two grid transforms, or to convert a thin plate spline transform into a grid transform.

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

  obj = vtkTransformToGrid

Methods

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