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

Method PopLocalMinima

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

Source from the content-addressed store, hash-verified

872
873
874 bool ClipperBase::PopLocalMinima(int64_t y, LocalMinima*& local_minima)
875 {
876 if (current_locmin_iter_ == minima_list_.end() || (*current_locmin_iter_)->vertex->pt.y != y) return false;
877 local_minima = (current_locmin_iter_++)->get();
878 return true;
879 }
880
881 void ClipperBase::DisposeAllOutRecs()
882 {

Callers

nothing calls this directly

Calls 1

endMethod · 0.45

Tested by

no test coverage detected