MCPcopy 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
71point_count_t Summary::getReturnCount(int returnNumber) const
72{
73 return m_returnCounts[returnNumber];
74}
75
76
77void Summary::dump(std::ostream& str) const

Callers 1

setSummaryFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected