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{
9
10
16MRMESH_API void stitchContours( MeshTopology & topology, const EdgePath & c0, const EdgePath & c1 );
17
23
30
31}
#define MRMESH_API
Definition MRMeshFwd.h:80
Definition MRMeshTopology.h:23
std::vector< EdgeId > EdgeLoop
Definition MRMeshFwd.h:148
EdgeLoop cutAlongEdgeLoop(MeshTopology &topology, const EdgeLoop &c0)
void stitchContours(MeshTopology &topology, const EdgePath &c0, const EdgePath &c1)
std::vector< EdgeId > EdgePath
Definition MRMeshFwd.h:147
only for bindings generation
Definition MRCameraOrientationPlugin.h:8
Definition MRMesh.h:23