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

Method height

pdal/private/Raster.hpp:137–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135 { return m_limits.width; }
136
137 int height() const
138 { return m_limits.height; }
139
140 double edgeLength() const
141 { return m_limits.edgeLength; }

Callers 1

readMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected