ActiViz .NET  5.8.0
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Static Private Member Functions
Kitware.VTK.vtkMatrixToHomogeneousTransform Class Reference

vtkMatrixToHomogeneousTransform - convert a matrix to a transform More...

Inheritance diagram for Kitware.VTK.vtkMatrixToHomogeneousTransform:
[legend]
Collaboration diagram for Kitware.VTK.vtkMatrixToHomogeneousTransform:
[legend]

List of all members.

Public Member Functions

 vtkMatrixToHomogeneousTransform (IntPtr rawCppThis, bool callDisposalMethod, bool strong)
 Automatically generated constructor - called from generated code. DO NOT call directly.
 vtkMatrixToHomogeneousTransform ()
 Undocumented Block.
virtual vtkMatrix4x4 GetInput ()
 Set the input matrix. Any modifications to the matrix will be reflected in the transformation.
override uint GetMTime ()
 Get the MTime: this is the bit of magic that makes everything work.
override void Inverse ()
 The input matrix is left as-is, but the transformation matrix is inverted.
override int IsA (string type)
 Undocumented Block.
override vtkAbstractTransform MakeTransform ()
 Make a new transform of the same type.
new vtkMatrixToHomogeneousTransform NewInstance ()
 Undocumented Block.
virtual void SetInput (vtkMatrix4x4 arg0)
 Set the input matrix. Any modifications to the matrix will be reflected in the transformation.

Static Public Member Functions

static new
vtkMatrixToHomogeneousTransform 
New ()
 Undocumented Block.
static new int IsTypeOf (string type)
 Undocumented Block.
static new
vtkMatrixToHomogeneousTransform 
SafeDownCast (vtkObjectBase o)
 Undocumented Block.

Public Attributes

new const string MRFullTypeName = "Kitware.VTK.vtkMatrixToHomogeneousTransform"
 Automatically generated type registration mechanics.

Static Public Attributes

static new readonly string MRClassNameKey = "31vtkMatrixToHomogeneousTransform"
 Automatically generated type registration mechanics.

Protected Member Functions

override void Dispose (bool disposing)
 Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.

Private Member Functions

static internal IntPtr vtkMatrixToHomogeneousTransform_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkMatrixToHomogeneousTransform_GetInput_01 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal uint vtkMatrixToHomogeneousTransform_GetMTime_02 (HandleRef pThis)
static internal void vtkMatrixToHomogeneousTransform_Inverse_03 (HandleRef pThis)
static internal int vtkMatrixToHomogeneousTransform_IsA_04 (HandleRef pThis, string type)
static internal int vtkMatrixToHomogeneousTransform_IsTypeOf_05 (string type)
static internal IntPtr vtkMatrixToHomogeneousTransform_MakeTransform_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkMatrixToHomogeneousTransform_NewInstance_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal IntPtr vtkMatrixToHomogeneousTransform_SafeDownCast_09 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount)
static internal void vtkMatrixToHomogeneousTransform_SetInput_10 (HandleRef pThis, HandleRef arg0)

Static Private Member Functions

static vtkMatrixToHomogeneousTransform ()
 Automatically generated type registration mechanics.

Detailed Description

vtkMatrixToHomogeneousTransform - convert a matrix to a transform

Description 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.

vtkPerspectiveTransform vtkMatrix4x4 vtkMatrixToLinearTransform


Constructor & Destructor Documentation

Automatically generated type registration mechanics.

Kitware.VTK.vtkMatrixToHomogeneousTransform.vtkMatrixToHomogeneousTransform ( IntPtr  rawCppThis,
bool  callDisposalMethod,
bool  strong 
)

Automatically generated constructor - called from generated code. DO NOT call directly.

Undocumented Block.


Member Function Documentation

override void Kitware.VTK.vtkMatrixToHomogeneousTransform.Dispose ( bool  disposing) [protected]

Automatically generated protected Dispose method - called from public Dispose or the C# destructor. DO NOT call directly.

Reimplemented from Kitware.VTK.vtkHomogeneousTransform.

Set the input matrix. Any modifications to the matrix will be reflected in the transformation.

Here is the call graph for this function:

Get the MTime: this is the bit of magic that makes everything work.

Reimplemented from Kitware.VTK.vtkAbstractTransform.

The input matrix is left as-is, but the transformation matrix is inverted.

Reimplemented from Kitware.VTK.vtkAbstractTransform.

override int Kitware.VTK.vtkMatrixToHomogeneousTransform.IsA ( string  type) [virtual]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkHomogeneousTransform.

static new int Kitware.VTK.vtkMatrixToHomogeneousTransform.IsTypeOf ( string  type) [static]

Undocumented Block.

Reimplemented from Kitware.VTK.vtkHomogeneousTransform.

Make a new transform of the same type.

Reimplemented from Kitware.VTK.vtkAbstractTransform.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkObject.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkHomogeneousTransform.

Undocumented Block.

Reimplemented from Kitware.VTK.vtkHomogeneousTransform.

Here is the call graph for this function:

Set the input matrix. Any modifications to the matrix will be reflected in the transformation.

static internal IntPtr Kitware.VTK.vtkMatrixToHomogeneousTransform.vtkMatrixToHomogeneousTransform_GetInput_01 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal int Kitware.VTK.vtkMatrixToHomogeneousTransform.vtkMatrixToHomogeneousTransform_IsA_04 ( HandleRef  pThis,
string  type 
) [private]
static internal IntPtr Kitware.VTK.vtkMatrixToHomogeneousTransform.vtkMatrixToHomogeneousTransform_MakeTransform_06 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkMatrixToHomogeneousTransform.vtkMatrixToHomogeneousTransform_New ( ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkMatrixToHomogeneousTransform.vtkMatrixToHomogeneousTransform_NewInstance_08 ( HandleRef  pThis,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal IntPtr Kitware.VTK.vtkMatrixToHomogeneousTransform.vtkMatrixToHomogeneousTransform_SafeDownCast_09 ( HandleRef  o,
ref uint  mteStatus,
ref uint  mteIndex,
ref uint  rawRefCount 
) [private]
static internal void Kitware.VTK.vtkMatrixToHomogeneousTransform.vtkMatrixToHomogeneousTransform_SetInput_10 ( HandleRef  pThis,
HandleRef  arg0 
) [private]

Member Data Documentation

new readonly string Kitware.VTK.vtkMatrixToHomogeneousTransform.MRClassNameKey = "31vtkMatrixToHomogeneousTransform" [static]

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkHomogeneousTransform.

new const string Kitware.VTK.vtkMatrixToHomogeneousTransform.MRFullTypeName = "Kitware.VTK.vtkMatrixToHomogeneousTransform"

Automatically generated type registration mechanics.

Reimplemented from Kitware.VTK.vtkHomogeneousTransform.


The documentation for this class was generated from the following file: