ActiViz .NET
5.8.0
|
vtkMatrixToLinearTransform - convert a matrix to a transform More...
Public Member Functions | |
vtkMatrixToLinearTransform (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkMatrixToLinearTransform () | |
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 vtkMatrixToLinearTransform | 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 vtkMatrixToLinearTransform | New () |
Undocumented Block. | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkMatrixToLinearTransform | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkMatrixToLinearTransform" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "26vtkMatrixToLinearTransform" |
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 | vtkMatrixToLinearTransform_New (ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkMatrixToLinearTransform_GetInput_01 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal uint | vtkMatrixToLinearTransform_GetMTime_02 (HandleRef pThis) |
static internal void | vtkMatrixToLinearTransform_Inverse_03 (HandleRef pThis) |
static internal int | vtkMatrixToLinearTransform_IsA_04 (HandleRef pThis, string type) |
static internal int | vtkMatrixToLinearTransform_IsTypeOf_05 (string type) |
static internal IntPtr | vtkMatrixToLinearTransform_MakeTransform_06 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkMatrixToLinearTransform_NewInstance_08 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkMatrixToLinearTransform_SafeDownCast_09 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkMatrixToLinearTransform_SetInput_10 (HandleRef pThis, HandleRef arg0) |
Static Private Member Functions | |
static | vtkMatrixToLinearTransform () |
Automatically generated type registration mechanics. |
vtkMatrixToLinearTransform - convert a matrix to a transform
Description 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.
static Kitware.VTK.vtkMatrixToLinearTransform.vtkMatrixToLinearTransform | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkMatrixToLinearTransform.vtkMatrixToLinearTransform | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
Undocumented Block.
override void Kitware.VTK.vtkMatrixToLinearTransform.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.vtkLinearTransform.
virtual vtkMatrix4x4 Kitware.VTK.vtkMatrixToLinearTransform.GetInput | ( | ) | [virtual] |
Set the input matrix. Any modifications to the matrix will be reflected in the transformation.
override uint Kitware.VTK.vtkMatrixToLinearTransform.GetMTime | ( | ) | [virtual] |
Get the MTime: this is the bit of magic that makes everything work.
Reimplemented from Kitware.VTK.vtkAbstractTransform.
override void Kitware.VTK.vtkMatrixToLinearTransform.Inverse | ( | ) | [virtual] |
The input matrix is left as-is, but the transformation matrix is inverted.
Reimplemented from Kitware.VTK.vtkAbstractTransform.
override int Kitware.VTK.vtkMatrixToLinearTransform.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkLinearTransform.
static new int Kitware.VTK.vtkMatrixToLinearTransform.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkLinearTransform.
override vtkAbstractTransform Kitware.VTK.vtkMatrixToLinearTransform.MakeTransform | ( | ) | [virtual] |
Make a new transform of the same type.
Reimplemented from Kitware.VTK.vtkAbstractTransform.
static new vtkMatrixToLinearTransform Kitware.VTK.vtkMatrixToLinearTransform.New | ( | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkObject.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkLinearTransform.
static new vtkMatrixToLinearTransform Kitware.VTK.vtkMatrixToLinearTransform.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkLinearTransform.
virtual void Kitware.VTK.vtkMatrixToLinearTransform.SetInput | ( | vtkMatrix4x4 | arg0 | ) | [virtual] |
Set the input matrix. Any modifications to the matrix will be reflected in the transformation.
static internal IntPtr Kitware.VTK.vtkMatrixToLinearTransform.vtkMatrixToLinearTransform_GetInput_01 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal uint Kitware.VTK.vtkMatrixToLinearTransform.vtkMatrixToLinearTransform_GetMTime_02 | ( | HandleRef | pThis | ) | [private] |
static internal void Kitware.VTK.vtkMatrixToLinearTransform.vtkMatrixToLinearTransform_Inverse_03 | ( | HandleRef | pThis | ) | [private] |
static internal int Kitware.VTK.vtkMatrixToLinearTransform.vtkMatrixToLinearTransform_IsA_04 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkMatrixToLinearTransform.vtkMatrixToLinearTransform_IsTypeOf_05 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkMatrixToLinearTransform.vtkMatrixToLinearTransform_MakeTransform_06 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkMatrixToLinearTransform.vtkMatrixToLinearTransform_New | ( | ref uint | mteStatus, |
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkMatrixToLinearTransform.vtkMatrixToLinearTransform_NewInstance_08 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkMatrixToLinearTransform.vtkMatrixToLinearTransform_SafeDownCast_09 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkMatrixToLinearTransform.vtkMatrixToLinearTransform_SetInput_10 | ( | HandleRef | pThis, |
HandleRef | arg0 | ||
) | [private] |
new readonly string Kitware.VTK.vtkMatrixToLinearTransform.MRClassNameKey = "26vtkMatrixToLinearTransform" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkLinearTransform.
new const string Kitware.VTK.vtkMatrixToLinearTransform.MRFullTypeName = "Kitware.VTK.vtkMatrixToLinearTransform" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkLinearTransform.