MCPcopy Create free account
hub / github.com/PDAL/PDAL / getPoints

Function getPoints

pdal/QuadIndex.hpp:152–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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).

Callers 1

getPointPrototypeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected