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

A 2D query rectangle. More...

#include <fcb/packed_rtree.hpp>

Public Attributes

double min_x
 
double min_y
 
double max_x
 
double max_y
 

Detailed Description

A 2D query rectangle.

The packed R-tree is 2D only: z is carried in the feature data but never indexed, so 3D filtering is a post-step.

Definition at line 16 of file packed_rtree.hpp.

Member Data Documentation

◆ max_x

double fcb::BBox::max_x

Definition at line 19 of file packed_rtree.hpp.

Referenced by fcb::NodeItem::intersects().

◆ max_y

double fcb::BBox::max_y

Definition at line 20 of file packed_rtree.hpp.

Referenced by fcb::NodeItem::intersects().

◆ min_x

double fcb::BBox::min_x

Definition at line 17 of file packed_rtree.hpp.

Referenced by fcb::NodeItem::intersects().

◆ min_y

double fcb::BBox::min_y

Definition at line 18 of file packed_rtree.hpp.

Referenced by fcb::NodeItem::intersects().


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