ActiViz .NET
5.8.0
|
vtkHomogeneousTransform - superclass for homogeneous transformations More...
Public Member Functions | |
vtkHomogeneousTransform (IntPtr rawCppThis, bool callDisposalMethod, bool strong) | |
Automatically generated constructor - called from generated code. DO NOT call directly. | |
vtkHomogeneousTransform | GetHomogeneousInverse () |
Just like GetInverse(), but includes typecast to vtkHomogeneousTransform. | |
void | GetMatrix (vtkMatrix4x4 m) |
Get a copy of the internal transformation matrix. The transform is Updated first, to guarantee that the matrix is valid. | |
vtkMatrix4x4 | GetMatrix () |
Get a pointer to an internal vtkMatrix4x4 that represents the transformation. An Update() is called on the transform to ensure that the matrix is up-to-date when you get it. You should not store the matrix pointer anywhere because it might become stale. | |
override void | InternalTransformPoint (IntPtr arg0, IntPtr arg1) |
This will calculate the transformation without calling Update. Meant for use only within other VTK classes. | |
override int | IsA (string type) |
Undocumented Block. | |
new vtkHomogeneousTransform | NewInstance () |
Undocumented Block. | |
override void | TransformPoints (vtkPoints inPts, vtkPoints outPts) |
Apply the transformation to a series of points, and append the results to outPts. | |
override void | TransformPointsNormalsVectors (vtkPoints inPts, vtkPoints outPts, vtkDataArray inNms, vtkDataArray outNms, vtkDataArray inVrs, vtkDataArray outVrs) |
Apply the transformation to a combination of points, normals and vectors. | |
Static Public Member Functions | |
static new int | IsTypeOf (string type) |
Undocumented Block. | |
static new vtkHomogeneousTransform | SafeDownCast (vtkObjectBase o) |
Undocumented Block. | |
Public Attributes | |
new const string | MRFullTypeName = "Kitware.VTK.vtkHomogeneousTransform" |
Automatically generated type registration mechanics. | |
Static Public Attributes | |
static new readonly string | MRClassNameKey = "23vtkHomogeneousTransform" |
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 | vtkHomogeneousTransform_GetHomogeneousInverse_01 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkHomogeneousTransform_GetMatrix_02 (HandleRef pThis, HandleRef m) |
static internal IntPtr | vtkHomogeneousTransform_GetMatrix_03 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkHomogeneousTransform_InternalTransformPoint_04 (HandleRef pThis, IntPtr arg0, IntPtr arg1) |
static internal int | vtkHomogeneousTransform_IsA_05 (HandleRef pThis, string type) |
static internal int | vtkHomogeneousTransform_IsTypeOf_06 (string type) |
static internal IntPtr | vtkHomogeneousTransform_NewInstance_07 (HandleRef pThis, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal IntPtr | vtkHomogeneousTransform_SafeDownCast_08 (HandleRef o, ref uint mteStatus, ref uint mteIndex, ref uint rawRefCount) |
static internal void | vtkHomogeneousTransform_TransformPoints_09 (HandleRef pThis, HandleRef inPts, HandleRef outPts) |
static internal void | vtkHomogeneousTransform_TransformPointsNormalsVectors_10 (HandleRef pThis, HandleRef inPts, HandleRef outPts, HandleRef inNms, HandleRef outNms, HandleRef inVrs, HandleRef outVrs) |
Static Private Member Functions | |
static | vtkHomogeneousTransform () |
Automatically generated type registration mechanics. |
vtkHomogeneousTransform - superclass for homogeneous transformations
Description vtkHomogeneousTransform provides a generic interface for homogeneous transformations, i.e. transformations which can be represented by multiplying a 4x4 matrix with a homogeneous coordinate.
vtkPerspectiveTransform vtkLinearTransform vtkIdentityTransform
static Kitware.VTK.vtkHomogeneousTransform.vtkHomogeneousTransform | ( | ) | [static, private] |
Automatically generated type registration mechanics.
Kitware.VTK.vtkHomogeneousTransform.vtkHomogeneousTransform | ( | IntPtr | rawCppThis, |
bool | callDisposalMethod, | ||
bool | strong | ||
) |
Automatically generated constructor - called from generated code. DO NOT call directly.
override void Kitware.VTK.vtkHomogeneousTransform.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.vtkAbstractTransform.
Reimplemented in Kitware.VTK.vtkTransform, Kitware.VTK.vtkPerspectiveTransform, Kitware.VTK.vtkIterativeClosestPointTransform, Kitware.VTK.vtkLandmarkTransform, Kitware.VTK.vtkMatrixToHomogeneousTransform, Kitware.VTK.vtkMatrixToLinearTransform, Kitware.VTK.vtkIdentityTransform, and Kitware.VTK.vtkLinearTransform.
Just like GetInverse(), but includes typecast to vtkHomogeneousTransform.
Get a copy of the internal transformation matrix. The transform is Updated first, to guarantee that the matrix is valid.
Get a pointer to an internal vtkMatrix4x4 that represents the transformation. An Update() is called on the transform to ensure that the matrix is up-to-date when you get it. You should not store the matrix pointer anywhere because it might become stale.
override void Kitware.VTK.vtkHomogeneousTransform.InternalTransformPoint | ( | IntPtr | arg0, |
IntPtr | arg1 | ||
) | [virtual] |
This will calculate the transformation without calling Update. Meant for use only within other VTK classes.
Reimplemented from Kitware.VTK.vtkAbstractTransform.
Reimplemented in Kitware.VTK.vtkIdentityTransform, and Kitware.VTK.vtkLinearTransform.
override int Kitware.VTK.vtkHomogeneousTransform.IsA | ( | string | type | ) | [virtual] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAbstractTransform.
Reimplemented in Kitware.VTK.vtkTransform, Kitware.VTK.vtkIterativeClosestPointTransform, Kitware.VTK.vtkPerspectiveTransform, Kitware.VTK.vtkLandmarkTransform, Kitware.VTK.vtkMatrixToHomogeneousTransform, Kitware.VTK.vtkMatrixToLinearTransform, Kitware.VTK.vtkIdentityTransform, and Kitware.VTK.vtkLinearTransform.
static new int Kitware.VTK.vtkHomogeneousTransform.IsTypeOf | ( | string | type | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAbstractTransform.
Reimplemented in Kitware.VTK.vtkTransform, Kitware.VTK.vtkIterativeClosestPointTransform, Kitware.VTK.vtkPerspectiveTransform, Kitware.VTK.vtkLandmarkTransform, Kitware.VTK.vtkMatrixToHomogeneousTransform, Kitware.VTK.vtkMatrixToLinearTransform, Kitware.VTK.vtkIdentityTransform, and Kitware.VTK.vtkLinearTransform.
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAbstractTransform.
Reimplemented in Kitware.VTK.vtkTransform, Kitware.VTK.vtkIterativeClosestPointTransform, Kitware.VTK.vtkPerspectiveTransform, Kitware.VTK.vtkLandmarkTransform, Kitware.VTK.vtkMatrixToHomogeneousTransform, Kitware.VTK.vtkMatrixToLinearTransform, Kitware.VTK.vtkIdentityTransform, and Kitware.VTK.vtkLinearTransform.
static new vtkHomogeneousTransform Kitware.VTK.vtkHomogeneousTransform.SafeDownCast | ( | vtkObjectBase | o | ) | [static] |
Undocumented Block.
Reimplemented from Kitware.VTK.vtkAbstractTransform.
Reimplemented in Kitware.VTK.vtkTransform, Kitware.VTK.vtkPerspectiveTransform, Kitware.VTK.vtkIterativeClosestPointTransform, Kitware.VTK.vtkLandmarkTransform, Kitware.VTK.vtkMatrixToHomogeneousTransform, Kitware.VTK.vtkMatrixToLinearTransform, Kitware.VTK.vtkIdentityTransform, and Kitware.VTK.vtkLinearTransform.
override void Kitware.VTK.vtkHomogeneousTransform.TransformPoints | ( | vtkPoints | inPts, |
vtkPoints | outPts | ||
) | [virtual] |
Apply the transformation to a series of points, and append the results to outPts.
Reimplemented from Kitware.VTK.vtkAbstractTransform.
Reimplemented in Kitware.VTK.vtkLinearTransform, and Kitware.VTK.vtkIdentityTransform.
override void Kitware.VTK.vtkHomogeneousTransform.TransformPointsNormalsVectors | ( | vtkPoints | inPts, |
vtkPoints | outPts, | ||
vtkDataArray | inNms, | ||
vtkDataArray | outNms, | ||
vtkDataArray | inVrs, | ||
vtkDataArray | outVrs | ||
) | [virtual] |
Apply the transformation to a combination of points, normals and vectors.
Reimplemented from Kitware.VTK.vtkAbstractTransform.
Reimplemented in Kitware.VTK.vtkLinearTransform, and Kitware.VTK.vtkIdentityTransform.
static internal IntPtr Kitware.VTK.vtkHomogeneousTransform.vtkHomogeneousTransform_GetHomogeneousInverse_01 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkHomogeneousTransform.vtkHomogeneousTransform_GetMatrix_02 | ( | HandleRef | pThis, |
HandleRef | m | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkHomogeneousTransform.vtkHomogeneousTransform_GetMatrix_03 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkHomogeneousTransform.vtkHomogeneousTransform_InternalTransformPoint_04 | ( | HandleRef | pThis, |
IntPtr | arg0, | ||
IntPtr | arg1 | ||
) | [private] |
static internal int Kitware.VTK.vtkHomogeneousTransform.vtkHomogeneousTransform_IsA_05 | ( | HandleRef | pThis, |
string | type | ||
) | [private] |
static internal int Kitware.VTK.vtkHomogeneousTransform.vtkHomogeneousTransform_IsTypeOf_06 | ( | string | type | ) | [private] |
static internal IntPtr Kitware.VTK.vtkHomogeneousTransform.vtkHomogeneousTransform_NewInstance_07 | ( | HandleRef | pThis, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal IntPtr Kitware.VTK.vtkHomogeneousTransform.vtkHomogeneousTransform_SafeDownCast_08 | ( | HandleRef | o, |
ref uint | mteStatus, | ||
ref uint | mteIndex, | ||
ref uint | rawRefCount | ||
) | [private] |
static internal void Kitware.VTK.vtkHomogeneousTransform.vtkHomogeneousTransform_TransformPoints_09 | ( | HandleRef | pThis, |
HandleRef | inPts, | ||
HandleRef | outPts | ||
) | [private] |
static internal void Kitware.VTK.vtkHomogeneousTransform.vtkHomogeneousTransform_TransformPointsNormalsVectors_10 | ( | HandleRef | pThis, |
HandleRef | inPts, | ||
HandleRef | outPts, | ||
HandleRef | inNms, | ||
HandleRef | outNms, | ||
HandleRef | inVrs, | ||
HandleRef | outVrs | ||
) | [private] |
new readonly string Kitware.VTK.vtkHomogeneousTransform.MRClassNameKey = "23vtkHomogeneousTransform" [static] |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkAbstractTransform.
Reimplemented in Kitware.VTK.vtkTransform, Kitware.VTK.vtkPerspectiveTransform, Kitware.VTK.vtkIterativeClosestPointTransform, Kitware.VTK.vtkLandmarkTransform, Kitware.VTK.vtkMatrixToHomogeneousTransform, Kitware.VTK.vtkMatrixToLinearTransform, Kitware.VTK.vtkIdentityTransform, and Kitware.VTK.vtkLinearTransform.
new const string Kitware.VTK.vtkHomogeneousTransform.MRFullTypeName = "Kitware.VTK.vtkHomogeneousTransform" |
Automatically generated type registration mechanics.
Reimplemented from Kitware.VTK.vtkAbstractTransform.
Reimplemented in Kitware.VTK.vtkTransform, Kitware.VTK.vtkPerspectiveTransform, Kitware.VTK.vtkIterativeClosestPointTransform, Kitware.VTK.vtkLandmarkTransform, Kitware.VTK.vtkMatrixToHomogeneousTransform, Kitware.VTK.vtkMatrixToLinearTransform, Kitware.VTK.vtkIdentityTransform, and Kitware.VTK.vtkLinearTransform.