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

Method Clear

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

Source from the content-addressed store, hash-verified

737 }
738
739 void ReuseableDataContainer64::Clear()
740 {
741 minima_list_.clear();
742 for (auto v : vertex_lists_) delete[] v;
743 vertex_lists_.clear();
744 }
745
746 //------------------------------------------------------------------------------
747 // ClipperBase methods ...

Callers 3

ExecuteMethod · 0.45
BuildTree64Method · 0.45
BuildTreeDMethod · 0.45

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected