MeshLib C++ Docs
Loading...
Searching...
No Matches

Holds metrics for fillHole and stitchHoles triangulation
. More...

#include <MRMesh/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

Detailed Description

Holds metrics for fillHole and stitchHoles triangulation
.

This is struct used as optimization metric of fillHole and stitchHoles functions

See also
getCircumscribedMetric
getPlaneFillMetric
getEdgeLengthFillMetric
getEdgeLengthStitchMetric
getComplexStitchMetric
fillHole
stitchHoles

Member Data Documentation

◆ combineMetric

FillCombineMetric MR::FillHoleMetric::combineMetric

is called to combine metrics from different candidates, if it is not set it just summarizes input

◆ edgeMetric

FillEdgeMetric MR::FillHoleMetric::edgeMetric

is called for each edge, if it is set

◆ triangleMetric

FillTriangleMetric MR::FillHoleMetric::triangleMetric

is called for each triangle, if it is set


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