bioformats  5.1.6
Public Member Functions | Public Attributes | List of all members
ome::bioformats::TileCoverage::Impl Class Reference

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.
 

Detailed Description

Internal implementation details of TileCoverage.

Member Function Documentation

std::vector<box> ome::bioformats::TileCoverage::Impl::intersecting ( const box &  b)
inline

Boxes intersecting with the specified box.

Parameters
bthe box to intersect with.
Returns
a list of intersecting boxes.

References ome::bioformats::PlaneRegion::h, ome::bioformats::PlaneRegion::w, ome::bioformats::PlaneRegion::x, and ome::bioformats::PlaneRegion::y.


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