#include <k_d_tree.h>
|
| void | insert (const std::array< Component, Dim > &point, Id id) |
| void | remove (Id id) |
| void | update (const Point &newPos, Id id) |
| template<typename F> |
| void | rangeQuery (const Point &min, const Point &max, const F &cb) const |
| size_t | size () const |
◆ Point
template<uint8_t Dim, class Component, class Id>
◆ Tree
template<uint8_t Dim, class Component, class Id>
◆ insert()
template<uint8_t Dim, class Component, class Id>
◆ rangeQuery()
template<uint8_t Dim, class Component, class Id>
template<typename F>
◆ remove()
template<uint8_t Dim, class Component, class Id>
◆ shrink_to_half()
template<uint8_t Dim, class Component, class Id>
◆ size()
template<uint8_t Dim, class Component, class Id>
◆ update()
template<uint8_t Dim, class Component, class Id>
◆ updateDelEntries()
template<uint8_t Dim, class Component, class Id>
◆ del_entries
template<uint8_t Dim, class Component, class Id>
◆ deleted
template<uint8_t Dim, class Component, class Id>
◆ n_entries
template<uint8_t Dim, class Component, class Id>
◆ trees
template<uint8_t Dim, class Component, class Id>
The documentation for this class was generated from the following file: