Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ maxReturnCount
Method
maxReturnCount
io/LasHeader.cpp:295–298 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
293
}
294
295
size_t LasHeader::maxReturnCount() const
296
{
297
return (versionAtLeast(1, 4) ? RETURN_COUNT : LEGACY_RETURN_COUNT);
298
}
299
300
double LasHeader::scaleX() const
301
{
Callers
1
fillPointBuf
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected