MCPcopy 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
31void ContourLeftFiller::addContour( const EdgePath & contour )
32{
33 for ( auto e : contour )
34 currentFacesBd_.push_back( e );
35}
36
37void ContourLeftFiller::firstStep_()
38{

Callers 1

fillContourLeftFunction · 0.45

Calls 1

push_backMethod · 0.80

Tested by

no test coverage detected