MeshLib C# Docs
Loading...
Searching...
No Matches
MR.Const_FreeFormBestFit Class Reference

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

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Additional Inherited Members

- Protected Attributes inherited from MR.Misc.Object< Const_FreeFormBestFit >
bool _IsOwningVal
 
- Properties inherited from MR.Misc.Object< Const_FreeFormBestFit >
virtual bool _IsOwning [get]
 Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough.
 

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.


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