#include "MRMeshFwd.h"#include <functional>Go to the source code of this file.
Namespaces | |
| namespace | MR |
| only for bindings generation | |
Typedefs | |
| using | MR::PathMeshEdgePointCallback = std::function<void( const MeshEdgePoint& mep )> |
| Callback for each MeshEdgePoint in path. | |
Functions | |
| MRMESH_API std::vector< FaceBitSet > | MR::separateClosedContour (const Mesh &mesh, const std::vector< Vector3f > &contour, const PathMeshEdgePointCallback &cb={}) |