#include <vtkMatrixToHomogeneousTransform.h>
Inheritance diagram for vtkMatrixToHomogeneousTransform:
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetInput (vtkMatrix4x4 *) |
virtual vtkMatrix4x4 * | GetInput () |
void | Inverse () |
unsigned long | GetMTime () |
vtkAbstractTransform * | MakeTransform () |
void | SetMatrix (vtkMatrix4x4 *matrix) |
Static Public Methods | |
vtkMatrixToHomogeneousTransform * | New () |
int | IsTypeOf (const char *type) |
vtkMatrixToHomogeneousTransform * | SafeDownCast (vtkObject *o) |
Protected Methods | |
vtkMatrixToHomogeneousTransform () | |
~vtkMatrixToHomogeneousTransform () | |
void | InternalUpdate () |
void | InternalDeepCopy (vtkAbstractTransform *transform) |
Protected Attributes | |
int | InverseFlag |
vtkMatrix4x4 * | Input |
This is a very simple class which allows a vtkMatrix4x4 to be used in place of a vtkHomogeneousTransform 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 65 of file vtkMatrixToHomogeneousTransform.h.
|
|
|
|
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkObject. |
|
Return the class name as a string. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkHomogeneousTransform. |
|
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 vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkHomogeneousTransform. |
|
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 vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkHomogeneousTransform. |
|
Will cast the supplied object to vtkObject* is this is a safe operation (i.e., a safe downcast); otherwise NULL is returned. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkHomogeneousTransform. |
|
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 vtkHomogeneousTransform. |
|
|
|
|
|
The input matrix is left as-is, but the transformation matrix is inverted. Reimplemented from 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. Reimplemented from vtkAbstractTransform. |
|
This method is deprecated. Definition at line 90 of file vtkMatrixToHomogeneousTransform.h. |
|
Perform any subclass-specific Update. Reimplemented from vtkAbstractTransform. |
|
Perform any subclass-specific DeepCopy. Reimplemented from vtkHomogeneousTransform. |
|
Definition at line 102 of file vtkMatrixToHomogeneousTransform.h. |
|
Definition at line 103 of file vtkMatrixToHomogeneousTransform.h. |