Go to the source code of this file.
Classes | |
| struct | MR::FillHoleMetric |
| Holds metrics for fillHole and buildCylinderBetweenTwoHoles triangulation . More... | |
Namespaces | |
| namespace | MR |
Typedefs | |
| using | MR::FillTriangleMetric = std::function<double( VertId a, VertId b, VertId c )> |
| using | MR::FillEdgeMetric = std::function<double( VertId a, VertId b, VertId l, VertId r )> |
| using | MR::FillCombineMetric = std::function<double( double, double )> |
Variables | |
| MRMESH_API const double | MR::BadTriangulationMetric |