MeshLib
 
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
20
27
28} //namespace MR
#define MRMESH_API
Definition MRMesh/MRMeshFwd.h:46
Definition MRMesh/MRMeshTopology.h:18
Definition MRCameraOrientationPlugin.h:7
std::vector< EdgeId > EdgeLoop
Definition MRMesh/MRMeshFwd.h:99
std::vector< EdgeId > EdgePath
Definition MRMesh/MRMeshFwd.h:98
MRMESH_API EdgeLoop cutAlongEdgeLoop(MeshTopology &topology, const EdgeLoop &c0)
MRMESH_API void stitchContours(MeshTopology &topology, const EdgePath &c0, const EdgePath &c1)
Definition MRMesh/MRMesh.h:23