Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ getReturnCount
Method
getReturnCount
io/private/las/Summary.cpp:71–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
70
71
point_count_t Summary::getReturnCount(int returnNumber) const
72
{
73
return m_returnCounts[returnNumber];
74
}
75
76
77
void Summary::dump(std::ostream& str) const
Callers
1
setSummary
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected