|
FlatCityBuf C++ reader 0.8.0
Native C++17 reader for FlatCityBuf, the cloud-optimized CityJSON format
|
Half-open [start, end) node index range for one tree level, in the flat node array shared by every level. More...
#include <fcb/packed_rtree.hpp>
Public Attributes | |
| std::uint64_t | start |
| std::uint64_t | end |
Half-open [start, end) node index range for one tree level, in the flat node array shared by every level.
rtree_level_bounds()[0] is the LEAF level; .back() is the root (a single node spanning the whole extent).
Definition at line 68 of file packed_rtree.hpp.
| std::uint64_t fcb::LevelBound::end |
Definition at line 70 of file packed_rtree.hpp.
Referenced by fcb::build_packed_rtree().
| std::uint64_t fcb::LevelBound::start |
Definition at line 69 of file packed_rtree.hpp.
Referenced by fcb::build_packed_rtree().