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

Method rows

io/MemoryViewReader.hpp:72–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70 return m_shape[0];
71 }
72 size_t rows() const
73 {
74 return m_shape[1];
75 }
76 size_t columns() const
77 {
78 return m_shape[2];

Callers 7

preparedMethod · 0.80
TESTFunction · 0.80
movePointsFunction · 0.80
gradXFunction · 0.80
gradYFunction · 0.80
writeMatrixFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64