MeshLib
 
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{
7
8// fill region located to the left from given edges
9MRMESH_API FaceBitSet fillContourLeft( const MeshTopology & topology, const EdgePath & contour );
10MRMESH_API FaceBitSet fillContourLeft( const MeshTopology & topology, const std::vector<EdgePath> & contours );
11
12} //namespace MRE
#define MRMESH_API
Definition MRMesh/MRMeshFwd.h:46
Definition MRDotNet/MRBitSet.h:39
Definition MRMesh/MRMeshTopology.h:18
Definition MRCameraOrientationPlugin.h:7
MRMESH_API FaceBitSet fillContourLeft(const MeshTopology &topology, const EdgePath &contour)
std::vector< EdgeId > EdgePath
Definition MRMesh/MRMeshFwd.h:98