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

Method is3d

pdal/util/Bounds.cpp:186–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184
185
186bool Bounds::is3d() const
187{
188 return (m_box.minz != HIGHEST || m_box.maxz != LOWEST);
189}
190
191
192bool Bounds::valid() const

Callers 3

TESTFunction · 0.45
reprojectBoundsFunction · 0.45
Bounds.cppFile · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36