|
ome-files
0.5.0
|
Internal implementation details of TileCoverage. More...
Public Member Functions | |
| Impl () | |
| Constructor. | |
| ~Impl () | |
| Destructor. | |
| std::vector< box > | intersecting (const box &b) |
| Boxes intersecting with the specified box. More... | |
Public Attributes | |
| geomi::rtree< box, geomi::quadratic< 16 > > | rtree |
| Region coverage stored as box ranges. | |
Internal implementation details of TileCoverage.
|
inline |
Boxes intersecting with the specified box.
| b | the box to intersect with. |
References ome::files::PlaneRegion::h, ome::files::PlaneRegion::w, ome::files::PlaneRegion::x, and ome::files::PlaneRegion::y.
1.8.13