Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
MemoryViewReader.hpp
File · 0.80
prepared
Method · 0.80
TEST
Function · 0.80
movePoints
Function · 0.80
gradX
Function · 0.80
gradY
Function · 0.80
writeMatrix
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64