ActiViz .NET
5.8.0
|
vtkMatrixToHomogeneousTransform - convert a matrix to a transform More...
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. |
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
static Kitware.VTK.vtkMatrixToHomogeneousTransform.vtkMatrixToHomogeneousTransform | ( | ) | [static, private] |
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.
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.
virtual vtkMatrix4x4 Kitware.VTK.vtkMatrixToHomogeneousTransform.GetInput | ( | ) | [virtual] |
Set the input matrix. Any modifications to the matrix will be reflected in the transformation.
override uint Kitware.VTK.vtkMatrixToHomogeneousTransform.GetMTime | ( | ) | [virtual] |
Get the MTime: this is the bit of magic that makes everything work.
Reimplemented from Kitware.VTK.vtkAbstractTransform.
override void Kitware.VTK.vtkMatrixToHomogeneousTransform.Inverse | ( | ) | [virtual] |
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.
override vtkAbstractTransform Kitware.VTK.vtkMatrixToHomogeneousTransform.MakeTransform | ( | ) | [virtual] |
Make a new transform of the same type.
Reimplemented from Kitware.VTK.vtkAbstractTransform.
static new vtkMatrixToHomogeneousTransform Kitware.VTK.vtkMatrixToHomogeneousTransform.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkHomogeneousTransform.
static new vtkMatrixToHomogeneousTransform Kitware.VTK.vtkMatrixToHomogeneousTransform.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkHomogeneousTransform.
virtual void Kitware.VTK.vtkMatrixToHomogeneousTransform.SetInput | ( | vtkMatrix4x4 | arg0 | ) | [virtual] |
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 uint Kitware.VTK.vtkMatrixToHomogeneousTransform.vtkMatrixToHomogeneousTransform_GetMTime_02 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkMatrixToHomogeneousTransform.vtkMatrixToHomogeneousTransform_Inverse_03 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkMatrixToHomogeneousTransform.vtkMatrixToHomogeneousTransform_IsA_04 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkMatrixToHomogeneousTransform.vtkMatrixToHomogeneousTransform_IsTypeOf_05 | ( | 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] |
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.