FlatCityBuf C++ reader 0.8.0
Native C++17 reader for FlatCityBuf, the cloud-optimized CityJSON format
Loading...
Searching...
No Matches
fcb::LevelBound Struct Reference

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
 

Detailed Description

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.

Member Data Documentation

◆ end

std::uint64_t fcb::LevelBound::end

Definition at line 70 of file packed_rtree.hpp.

Referenced by fcb::build_packed_rtree().

◆ start

std::uint64_t fcb::LevelBound::start

Definition at line 69 of file packed_rtree.hpp.

Referenced by fcb::build_packed_rtree().


The documentation for this struct was generated from the following file: