MeshLib C++ Docs
Loading...
Searching...
No Matches
MRFillContour.h
Go to the documentation of this file.
1#pragma once
2
3#include "MRMeshFwd.h"
4
5namespace MR
6{
9
10
15MRMESH_API FaceBitSet fillContourLeft( const MeshTopology & topology, const EdgePath & contour );
16MRMESH_API FaceBitSet fillContourLeft( const MeshTopology & topology, const std::vector<EdgePath> & contours );
17
18}
#define MRMESH_API
Definition MRMeshFwd.h:80
Definition MRMeshTopology.h:23
FaceBitSet fillContourLeft(const MeshTopology &topology, const EdgePath &contour)
std::vector< EdgeId > EdgePath
Definition MRMeshFwd.h:147
only for bindings generation
Definition MRCameraOrientationPlugin.h:8