Holds metrics for fillHole and buildCylinderBetweenTwoHoles triangulation
.
More...
#include <MRMeshMetrics.h>
Public Attributes | |
| FillTriangleMetric | triangleMetric |
| is called for each triangle, if it is set | |
| FillEdgeMetric | edgeMetric |
| is called for each edge, if it is set | |
| FillCombineMetric | combineMetric |
| is called to combine metrics from different candidates, if it is not set it just summarizes input | |
Holds metrics for fillHole and buildCylinderBetweenTwoHoles triangulation
.
This is struct used as optimization metric of fillHole and buildCylinderBetweenTwoHoles functions
| FillCombineMetric MR::FillHoleMetric::combineMetric |
is called to combine metrics from different candidates, if it is not set it just summarizes input
| FillEdgeMetric MR::FillHoleMetric::edgeMetric |
is called for each edge, if it is set
| FillTriangleMetric MR::FillHoleMetric::triangleMetric |
is called for each triangle, if it is set