MeshLib C++ Docs
Loading...
Searching...
No Matches
MRContoursSeparation.h
Go to the documentation of this file.
1#pragma once
2
3#include "MRMeshFwd.h"
4#include <functional>
5
6namespace MR
7{
10
11
13using PathMeshEdgePointCallback = std::function<void( const MeshEdgePoint& mep )>;
14
19MRMESH_API std::vector<FaceBitSet> separateClosedContour( const Mesh& mesh, const std::vector<Vector3f>& contour,
20 const PathMeshEdgePointCallback& cb = {} );
21
22}
23
MRMESH_API std::vector< FaceBitSet > separateClosedContour(const Mesh &mesh, const std::vector< Vector3f > &contour, const PathMeshEdgePointCallback &cb={})
std::function< void(const MeshEdgePoint &mep)> PathMeshEdgePointCallback
Callback for each MeshEdgePoint in path.
Definition MRContoursSeparation.h:13
only for bindings generation
Definition MRCameraOrientationPlugin.h:8
Definition MRMesh.h:23