Loading...
Searching...
No Matches
#include <algorithm>
#include <bit>
#include <cassert>
#include <climits>
#include <cstdint>
#include <cstring>
#include <functional>
#include <limits>
#include <utility>
#include <vector>
#include <geometry/rtree/rtree_node.h>
Go to the source code of this file.
|
| class | KIRTREE::PACKED_RTREE< DATATYPE, ELEMTYPE, NUMDIMS, FANOUT > |
| | Static (immutable) packed R-tree built via Hilbert-curve bulk loading. More...
|
| |
| class | KIRTREE::PACKED_RTREE< DATATYPE, ELEMTYPE, NUMDIMS, FANOUT >::Iterator |
| | Iterator for sequential access to all stored data items. More...
|
| |
| class | KIRTREE::PACKED_RTREE< DATATYPE, ELEMTYPE, NUMDIMS, FANOUT >::Builder |
| | Builder for constructing a PACKED_RTREE from a set of items. More...
|
| |
| struct | KIRTREE::PACKED_RTREE< DATATYPE, ELEMTYPE, NUMDIMS, FANOUT >::Builder::ITEM |
| |