Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MeshInspector/MeshLib
/ addContour
Method
addContour
source/MRMesh/MRFillContour.cpp:31–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
}
30
31
void ContourLeftFiller::addContour( const EdgePath & contour )
32
{
33
for ( auto e : contour )
34
currentFacesBd_.push_back( e );
35
}
36
37
void ContourLeftFiller::firstStep_()
38
{
Callers
1
fillContourLeft
Function · 0.45
Calls
1
push_back
Method · 0.80
Tested by
no test coverage detected