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

Method width

pdal/private/Raster.hpp:134–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132 { return m_name; }
133
134 int width() const
135 { return m_limits.width; }
136
137 int height() const
138 { return m_limits.height; }

Callers 1

readMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected