| 150 | std::size_t depthEnd = 0) const; |
| 151 | |
| 152 | PointIdList getPoints( |
| 153 | const BOX3D& box, |
| 154 | std::size_t depthEnd=0) const |
| 155 | { |
| 156 | return getPoints(box.minx, box.miny, box.maxx, box.maxy, depthEnd); |
| 157 | } |
| 158 | |
| 159 | // Return all points within the bounding box, searching at tree depth |
| 160 | // levels from [depthBegin, depthEnd). |