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

Class QuadTreeItemLocation

utilities/olcUTIL_QuadTree.h:83–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81{
82 template <typename T, typename CTYPE = float>
83 struct QuadTreeItemLocation
84 {
85 // Pointer to Top-Level Container
86 typename std::list<std::pair<geom2d::rect<CTYPE>, T>>* container = nullptr;
87 // Iterator that points to item in Top-Level Container
88 typename std::list<std::pair<geom2d::rect<CTYPE>, T>>::iterator iterator;
89 };
90
91 template <typename pT, typename CTYPE = float>
92 class DynamicQuadTree

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected