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

Generated from class MR.SpacingSettings. This is the const half of the class. More...

+ Inheritance diagram for MR.Const_SpacingSettings:

Classes

struct  _Underlying
 

Public Member Functions

virtual void Dispose ()
 
unsafe Const_SpacingSettings ()
 Constructs an empty (default-constructed) instance.
 
unsafe Const_SpacingSettings (MR.Const_VertBitSet? region, MR.Std._ByValue_Function_FloatFuncFromMRUndirectedEdgeId dist, int numIters, float stabilizer, float maxSumNegW, MR.Std._ByValue_Function_BoolFuncFromMRFaceId isInverted)
 Constructs MR.SpacingSettings elementwise.
 
unsafe Const_SpacingSettings (MR._ByValue_SpacingSettings _other)
 Generated from constructor MR.SpacingSettings.SpacingSettings.
 

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Properties

unsafe MR.? Const_VertBitSet region [get]
 vertices to be moved by the algorithm, nullptr means all valid vertices
 
unsafe MR.Std.Const_Function_FloatFuncFromMRUndirectedEdgeId dist [get]
 
unsafe int numIters [get]
 the algorithm is iterative, the more iterations the closer result to exact solution
 
unsafe float stabilizer [get]
 too small number here can lead to instability, too large - to slow convergence
 
unsafe float maxSumNegW [get]
 maximum sum of minus negative weights, if it is exceeded then stabilizer is increased automatically
 
unsafe MR.Std.Const_Function_BoolFuncFromMRFaceId isInverted [get]
 if this predicated is given, then all inverted faces will be converted in degenerate faces at the end of each iteration
 
- Properties inherited from MR.Misc.Object< Const_SpacingSettings >
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.
 

Additional Inherited Members

- Protected Attributes inherited from MR.Misc.Object< Const_SpacingSettings >
bool _IsOwningVal
 

Detailed Description

Generated from class MR.SpacingSettings. This is the const half of the class.


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