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

Method set

pdal/util/Bounds.cpp:225–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223
224
225void Bounds::set(const BOX3D& box)
226{
227 m_box = box;
228}
229
230
231void Bounds::set(const BOX2D& box)

Callers 15

handleHeaderForwardsMethod · 0.45
writeMethod · 0.45
preparedMethod · 0.45
writeValueMethod · 0.45
createSpatialFiltersMethod · 0.45
initializeMethod · 0.45
preparedMethod · 0.45
initializeMethod · 0.45
initializeMethod · 0.45
handleHeaderForwardsMethod · 0.45
parseQuotedHeaderMethod · 0.45
parseUnquotedHeaderMethod · 0.45

Calls 1

BOX3DFunction · 0.70

Tested by

no test coverage detected