MCPcopy Create free account
hub / github.com/KratosMultiphysics/Kratos / Clear

Method Clear

external_libraries/clipper/src/clipper.engine.cpp:743–748  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

741 }
742
743 void ReuseableDataContainer64::Clear()
744 {
745 minima_list_.clear();
746 for (auto v : vertex_lists_) delete[] v;
747 vertex_lists_.clear();
748 }
749
750 //------------------------------------------------------------------------------
751 // ClipperBase methods ...

Callers 5

ExecuteMethod · 0.45
BuildTree64Method · 0.45
BuildTreeDMethod · 0.45
Deflate_CompressMethod · 0.45
Inflate_ExpandMethod · 0.45

Calls 2

clearMethod · 0.45
beginMethod · 0.45

Tested by 2

Deflate_CompressMethod · 0.36
Inflate_ExpandMethod · 0.36