MeshLib C++ Docs
Loading...
Searching...
No Matches
MRContoursStitch.h
Go to the documentation of this file.
1#pragma once
2
3#include "MRMeshFwd.h"
4
5namespace MR
6{
7
13MRMESH_API void stitchContours( MeshTopology & topology, const EdgePath & c0, const EdgePath & c1 );
14
19MRMESH_API EdgeLoop cutAlongEdgeLoop( MeshTopology & topology, const EdgeLoop & c0 );
20
26MRMESH_API EdgeLoop cutAlongEdgeLoop( Mesh& mesh, const EdgeLoop& c0 );
27
28} //namespace MR
#define MRMESH_API
Definition MRMeshFwd.h:80
Definition MRMesh/MRMeshTopology.h:19
Definition MRMesh/MRMesh.h:23
Definition MRCameraOrientationPlugin.h:8
MRMESH_API EdgeLoop cutAlongEdgeLoop(MeshTopology &topology, const EdgeLoop &c0)
MRMESH_API void stitchContours(MeshTopology &topology, const EdgePath &c0, const EdgePath &c1)