MCPcopy Create free account
hub / github.com/OneLoneCoder/olcPixelGameEngine / clear

Method clear

utilities/olcUTIL_QuadTree.h:335–339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

333 }
334
335 void clear()
336 {
337 m_allItems.clear();
338 root.clear();
339 }
340
341 const geom2d::rect<CTYPE>& area()
342 {

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected