14 Triangulation & appendTris,
15 std::vector<VertId> & neis,
16 bool onlyLargerVids );
#define MRMESH_API
Definition MRMesh/MRMeshFwd.h:46
Definition MRCameraOrientationPlugin.h:8
MRMESH_API Triangulation findAlphaShapeAllTriangles(const PointCloud &cloud, float radius)
find all triangles of alpha-shape with negative alpha = -1/radius
MRMESH_API void findAlphaShapeNeiTriangles(const PointCloud &cloud, VertId v, float radius, Triangulation &appendTris, std::vector< VertId > &neis, bool onlyLargerVids)
if true then two other points must have larger ids (to avoid finding same triangles several times)
Definition MRMesh/MRPointCloud.h:16