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

Method depth

io/MemoryViewReader.hpp:68–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 {}
67
68 size_t depth() const
69 {
70 return m_shape[0];
71 }
72 size_t rows() const
73 {
74 return m_shape[1];

Callers 2

preparedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected