MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / fillContourLeft

Function fillContourLeft

source/MRMesh/MRFillContour.cpp:97–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97FaceBitSet fillContourLeft(const MeshTopology& topology, const EdgePath& contour)
98{
99 MR_TIMER;
100 ContourLeftFiller filler( topology );
101 filler.addContour( contour );
102 return filler.fill();
103}
104
105FaceBitSet fillContourLeft( const MeshTopology & topology, const std::vector<EdgePath> & contours )
106{

Callers 5

isClosedContourTrivialFunction · 0.85
fillProjectedFunction · 0.85
getBooleanPointsFunction · 0.85
createCutStructure_Method · 0.85
cutTerrainMethod · 0.85

Calls 2

fillMethod · 0.80
addContourMethod · 0.45

Tested by

no test coverage detected