#include "MRMeshFwd.h"
#include <functional>
Go to the source code of this file.
|
|
MRMESH_API EdgeMetric | MR::identityMetric () |
| metric returning 1 for every edge
|
|
MRMESH_API EdgeMetric | MR::edgeLengthMetric (const Mesh &mesh) |
|
MRMESH_API EdgeMetric | MR::edgeLengthMetric (const MeshTopology &topology, const VertCoords &points) |
|
MRMESH_API EdgeMetric | MR::discreteAbsMeanCurvatureMetric (const Mesh &mesh) |
|
MRMESH_API EdgeMetric | MR::discreteAbsMeanCurvatureMetric (const MeshTopology &topology, const VertCoords &points) |
|
MRMESH_API EdgeMetric | MR::discreteMinusAbsMeanCurvatureMetric (const Mesh &mesh) |
|
MRMESH_API EdgeMetric | MR::discreteMinusAbsMeanCurvatureMetric (const MeshTopology &topology, const VertCoords &points) |
|
MRMESH_API EdgeMetric | MR::edgeCurvMetric (const Mesh &mesh, float angleSinFactor=2, float angleSinForBoundary=0) |
|
MRMESH_API EdgeMetric | MR::edgeCurvMetric (const MeshTopology &topology, const VertCoords &points, float angleSinFactor=2, float angleSinForBoundary=0) |
|
MRMESH_API EdgeMetric | MR::edgeTableSymMetric (const MeshTopology &topology, const EdgeMetric &metric) |
|
EdgeMetric | MR::edgeTableMetric (const MeshTopology &topology, const EdgeMetric &metric) |
|