MeshLib
 
Loading...
Searching...
No Matches
MR::FillHoleMetric Struct Reference

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
 

Detailed Description

Holds metrics for fillHole and buildCylinderBetweenTwoHoles triangulation
.

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

See also
getCircumscribedMetric
getPlaneFillMetric
getEdgeLengthFillMetric
getEdgeLengthStitchMetric
getComplexStitchMetric
fillHole
buildCylinderBetweenTwoHoles

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: