#include <vtkMatrixToLinearTransform.h>
Inheritance diagram for vtkMatrixToLinearTransform:
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.
Definition at line 49 of file vtkMatrixToLinearTransform.h.
Public Types | |
typedef vtkLinearTransform | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | Inverse () |
unsigned long | GetMTime () |
vtkAbstractTransform * | MakeTransform () |
virtual void | SetInput (vtkMatrix4x4 *) |
virtual vtkMatrix4x4 * | GetInput () |
void | SetMatrix (vtkMatrix4x4 *matrix) |
Static Public Member Functions | |
vtkMatrixToLinearTransform * | New () |
int | IsTypeOf (const char *type) |
vtkMatrixToLinearTransform * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkMatrixToLinearTransform () | |
~vtkMatrixToLinearTransform () | |
void | InternalUpdate () |
void | InternalDeepCopy (vtkAbstractTransform *transform) |
Protected Attributes | |
int | InverseFlag |
vtkMatrix4x4 * | Input |
|
Reimplemented from vtkLinearTransform. Definition at line 53 of file vtkMatrixToLinearTransform.h. |
|
|
|
|
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkObject. |
|
Reimplemented from vtkLinearTransform. |
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkLinearTransform. |
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkLinearTransform. |
|
Reimplemented from vtkLinearTransform. |
|
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from vtkLinearTransform. |
|
Set the input matrix. Any modifications to the matrix will be reflected in the transformation. |
|
Set the input matrix. Any modifications to the matrix will be reflected in the transformation. |
|
The input matrix is left as-is, but the transformation matrix is inverted. Implements vtkAbstractTransform. |
|
Get the MTime: this is the bit of magic that makes everything work. Reimplemented from vtkAbstractTransform. |
|
Make a new transform of the same type. Implements vtkAbstractTransform. |
|
This method is deprecated. Definition at line 75 of file vtkMatrixToLinearTransform.h. |
|
Perform any subclass-specific Update. Reimplemented from vtkAbstractTransform. |
|
Perform any subclass-specific DeepCopy. Reimplemented from vtkHomogeneousTransform. |
|
Definition at line 87 of file vtkMatrixToLinearTransform.h. |
|
Definition at line 88 of file vtkMatrixToLinearTransform.h. |