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

Method is2d

pdal/util/Bounds.cpp:180–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178
179
180bool Bounds::is2d() const
181{
182 return (valid() && !is3d());
183}
184
185
186bool Bounds::is3d() const

Callers 3

createSpatialFiltersMethod · 0.80
initializeMethod · 0.80
TESTFunction · 0.80

Calls 1

validFunction · 0.50

Tested by 1

TESTFunction · 0.64