MeshLib C++ Docs
Loading...
Searching...
No Matches
MRStitchOpenTwins.h
Go to the documentation of this file.
1#pragma once
2#include "MRMeshFwd.h"
3#include "MRExpected.h"
4
5namespace MR
6{
9
10
12MRMESH_API Expected<size_t> stitchOpenTwinEdges( Mesh& mesh, float tolerance, const ProgressCallback& cb = {} );
13
14}
#define MRMESH_API
Definition MRMeshFwd.h:82
std::function< bool(float)> ProgressCallback
Definition MRMeshFwd.h:751
tl::expected< T, E > Expected
Definition MRExpected.h:31
Expected< size_t > stitchOpenTwinEdges(Mesh &mesh, float tolerance, const ProgressCallback &cb={})
stitches together open twin edges
only for bindings generation
Definition MRCameraOrientationPlugin.h:8
Definition MRMesh.h:23