|
| unsafe | SpacingSettings () |
| | Constructs an empty (default-constructed) instance.
|
| unsafe | SpacingSettings (MR.Const_VertBitSet? region, MR.Std._ByValue_Function_Float_From_MRUndirectedEdgeId dist, int numIters, float stabilizer, float maxSumNegW, MR.Std._ByValue_Function_Bool_From_MRFaceId isInverted) |
| | Constructs MR.SpacingSettings elementwise.
|
| unsafe | SpacingSettings (MR._ByValue_SpacingSettings _other) |
| | Generated from constructor MR.SpacingSettings.SpacingSettings.
|
| | SpacingSettings (Const_SpacingSettings _other) |
| | Generated from constructor MR.SpacingSettings.SpacingSettings.
|
| | SpacingSettings (SpacingSettings _other) |
| | Generated from constructor MR.SpacingSettings.SpacingSettings.
|
| unsafe MR.SpacingSettings | assign (MR._ByValue_SpacingSettings _other) |
| | Generated from method MR::SpacingSettings::operator=.
|
| virtual void | Dispose () |
| unsafe | Const_SpacingSettings () |
| | Constructs an empty (default-constructed) instance.
|
| unsafe | Const_SpacingSettings (MR.Const_VertBitSet? region, MR.Std._ByValue_Function_Float_From_MRUndirectedEdgeId dist, int numIters, float stabilizer, float maxSumNegW, MR.Std._ByValue_Function_Bool_From_MRFaceId isInverted) |
| | Constructs MR.SpacingSettings elementwise.
|
| unsafe | Const_SpacingSettings (MR._ByValue_SpacingSettings _other) |
| | Generated from constructor MR.SpacingSettings.SpacingSettings.
|
| | Const_SpacingSettings (Const_SpacingSettings _other) |
| | Generated from constructor MR.SpacingSettings.SpacingSettings.
|
| | Const_SpacingSettings (SpacingSettings _other) |
| | Generated from constructor MR.SpacingSettings.SpacingSettings.
|
|
| new unsafe MR.? Const_VertBitSet | region [get, set] |
| | vertices to be moved by the algorithm, nullptr means all valid vertices
|
| new unsafe MR.Std.Function_Float_From_MRUndirectedEdgeId | dist [get, protected set] |
| new unsafe ref int | numIters [get] |
| | the algorithm is iterative, the more iterations the closer result to exact solution
|
| new unsafe ref float | stabilizer [get] |
| | too small number here can lead to instability, too large - to slow convergence
|
| new unsafe ref float | maxSumNegW [get] |
| | maximum sum of minus negative weights, if it is exceeded then stabilizer is increased automatically
|
| new unsafe MR.Std.Function_Bool_From_MRFaceId | isInverted [get, protected set] |
| | if this predicated is given, then all inverted faces will be converted in degenerate faces at the end of each iteration
|
| unsafe MR.? Const_VertBitSet | region [get] |
| | vertices to be moved by the algorithm, nullptr means all valid vertices
|
| unsafe MR.Std.Const_Function_Float_From_MRUndirectedEdgeId | dist [get, protected set] |
| 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_Bool_From_MRFaceId | isInverted [get, protected set] |
| | if this predicated is given, then all inverted faces will be converted in degenerate faces at the end of each iteration
|
Generated from class MR.SpacingSettings. This is the non-const half of the class.