MeshLib C# Docs
Loading...
Searching...
No Matches

Class to accumulate source and target points for free form alignment Calculates best Free Form transform to fit given source->target deformation origin ref grid as box corners ( resolution parameter specifies how to divide box ) Generated from class MR.FreeFormBestFit. This is the const half of the class. More...

Inheritance diagram for MR.Const_FreeFormBestFit:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_FreeFormBestFit (MR._ByValue_FreeFormBestFit _other)
 Generated from constructor MR.FreeFormBestFit.FreeFormBestFit.
 Const_FreeFormBestFit (Const_FreeFormBestFit _other)
 Generated from constructor MR.FreeFormBestFit.FreeFormBestFit.
 Const_FreeFormBestFit (FreeFormBestFit _other)
 Generated from constructor MR.FreeFormBestFit.FreeFormBestFit.
unsafe Const_FreeFormBestFit (in MR.Box3d box, MR.Vector3i? resolution=null)
 initialize the class, compute cached values and reserve space for matrices Generated from constructor MR.FreeFormBestFit.FreeFormBestFit. Parameter resolution defaults to Vector3i::diagonal(2).
unsafe double getStabilizer ()
 Generated from method MR.FreeFormBestFit.getStabilizer.

Static Public Member Functions

static unsafe implicit operator Const_FreeFormBestFit (in MR.Box3d box)
 initialize the class, compute cached values and reserve space for matrices Generated from constructor MR.FreeFormBestFit.FreeFormBestFit. Parameter resolution defaults to Vector3i::diagonal(2).

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Detailed Description

Class to accumulate source and target points for free form alignment Calculates best Free Form transform to fit given source->target deformation origin ref grid as box corners ( resolution parameter specifies how to divide box ) Generated from class MR.FreeFormBestFit. This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_FreeFormBestFit() [1/4]

unsafe MR.Const_FreeFormBestFit.Const_FreeFormBestFit ( MR._ByValue_FreeFormBestFit _other)
inline

Generated from constructor MR.FreeFormBestFit.FreeFormBestFit.

◆ Const_FreeFormBestFit() [2/4]

MR.Const_FreeFormBestFit.Const_FreeFormBestFit ( Const_FreeFormBestFit _other)
inline

Generated from constructor MR.FreeFormBestFit.FreeFormBestFit.

◆ Const_FreeFormBestFit() [3/4]

MR.Const_FreeFormBestFit.Const_FreeFormBestFit ( FreeFormBestFit _other)
inline

Generated from constructor MR.FreeFormBestFit.FreeFormBestFit.

◆ Const_FreeFormBestFit() [4/4]

unsafe MR.Const_FreeFormBestFit.Const_FreeFormBestFit ( in MR.Box3d box,
MR.Vector3i? resolution = null )
inline

initialize the class, compute cached values and reserve space for matrices Generated from constructor MR.FreeFormBestFit.FreeFormBestFit. Parameter resolution defaults to Vector3i::diagonal(2).

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_FreeFormBestFit.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.Const_FreeFormBestFit.Dispose ( bool disposing)
inlineprotectedvirtual

◆ getStabilizer()

unsafe double MR.Const_FreeFormBestFit.getStabilizer ( )
inline

Generated from method MR.FreeFormBestFit.getStabilizer.

◆ operator Const_FreeFormBestFit()

unsafe implicit MR.Const_FreeFormBestFit.operator Const_FreeFormBestFit ( in MR.Box3d box)
inlinestatic

initialize the class, compute cached values and reserve space for matrices Generated from constructor MR.FreeFormBestFit.FreeFormBestFit. Parameter resolution defaults to Vector3i::diagonal(2).


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