MCPcopy Create free account
hub / github.com/axmolengine/axmol / Clear

Method Clear

3rdparty/clipper2/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 2

clearMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected