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

Method minZ

tools/lasdump/Header.hpp:264–265  ·  view source on GitHub ↗

Get maximum value of extent of Z coordinate.

Source from the content-addressed store, hash-verified

262
263 /// Get maximum value of extent of Z coordinate.
264 double minZ() const
265 { return m_bounds.minz; }
266
267 const pdal::BOX3D& getBounds() const
268 { return m_bounds; }

Callers 3

Header.cppFile · 0.45
TESTFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.36
TESTFunction · 0.36