Holds metrics for fillHole and stitchHoles triangulation
This is struct used as optimization metric of fillHole and stitchHoles functions
.
More...
|
| new unsafe MR.Std.Function_Double_From_MRVertId_MRVertId_MRVertId | triangleMetric [get, protected set] |
| | is called for each triangle, if it is set
|
| new unsafe MR.Std.Function_Double_From_MRVertId_MRVertId_MRVertId_MRVertId | edgeMetric [get, protected set] |
| | is called for each edge, if it is set
|
| new unsafe MR.Std.Function_Double_From_Double_Double | combineMetric [get, protected set] |
| | is called to combine metrics from different candidates, if it is not set it just summarizes input
|
◆ FillHoleMetric() [1/5]
| unsafe MR.FillHoleMetric.FillHoleMetric |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ FillHoleMetric() [2/5]
| unsafe MR.FillHoleMetric.FillHoleMetric |
( |
MR.Std._ByValue_Function_DoubleFuncFromMRVertIdMRVertIdMRVertId | triangleMetric, |
|
|
MR.Std._ByValue_Function_DoubleFuncFromMRVertIdMRVertIdMRVertIdMRVertId | edgeMetric, |
|
|
MR.Std._ByValue_Function_DoubleFuncFromDoubleDouble | combineMetric ) |
|
inline |
◆ FillHoleMetric() [3/5]
| unsafe MR.FillHoleMetric.FillHoleMetric |
( |
MR._ByValue_FillHoleMetric | _other | ) |
|
|
inline |
◆ FillHoleMetric() [4/5]
| MR.FillHoleMetric.FillHoleMetric |
( |
Const_FillHoleMetric | _other | ) |
|
|
inline |
◆ FillHoleMetric() [5/5]
◆ assign()
| unsafe MR.FillHoleMetric MR.FillHoleMetric.assign |
( |
MR._ByValue_FillHoleMetric | _other | ) |
|
|
inline |
Generated from method MR::FillHoleMetric::operator=.
◆ combineMetric
| new unsafe MR.Std.Function_Double_From_Double_Double MR.FillHoleMetric.combineMetric |
|
getprotected set |
is called to combine metrics from different candidates, if it is not set it just summarizes input
◆ edgeMetric
| new unsafe MR.Std.Function_Double_From_MRVertId_MRVertId_MRVertId_MRVertId MR.FillHoleMetric.edgeMetric |
|
getprotected set |
is called for each edge, if it is set
◆ triangleMetric
| new unsafe MR.Std.Function_Double_From_MRVertId_MRVertId_MRVertId MR.FillHoleMetric.triangleMetric |
|
getprotected set |
is called for each triangle, if it is set
The documentation for this struct was generated from the following file: