FlatCityBuf C++ reader 0.8.0
Native C++17 reader for FlatCityBuf, the cloud-optimized CityJSON format
Loading...
Searching...
No Matches
fcb::StreeLevelBound 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/stree.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.

stree_level_bounds()[0] is the LEAF level; .back() is the root (a single node holding up to branching_factor - 1 entries).

Definition at line 53 of file stree.hpp.

Member Data Documentation

◆ end

std::uint64_t fcb::StreeLevelBound::end

Definition at line 55 of file stree.hpp.

◆ start

std::uint64_t fcb::StreeLevelBound::start

Definition at line 54 of file stree.hpp.


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