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

Method PushHorz

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

Source from the content-addressed store, hash-verified

1314
1315
1316 inline void ClipperBase::PushHorz(Active& e)
1317 {
1318 e.next_in_sel = (sel_ ? sel_ : nullptr);
1319 sel_ = &e;
1320 }
1321
1322
1323 inline bool ClipperBase::PopHorz(Active*& e)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected