MCPcopy Create free account
hub / github.com/AngusJohnson/Clipper2 / PopHorz

Method PopHorz

CPP/Clipper2Lib/src/clipper.engine.cpp:1323–1329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1321
1322
1323 inline bool ClipperBase::PopHorz(Active*& e)
1324 {
1325 e = sel_;
1326 if (!e) return false;
1327 sel_ = sel_->next_in_sel;
1328 return true;
1329 }
1330
1331
1332 OutPt* ClipperBase::AddLocalMinPoly(Active& e1, Active& e2,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected