MCPcopy 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
295size_t LasHeader::maxReturnCount() const
296{
297 return (versionAtLeast(1, 4) ? RETURN_COUNT : LEGACY_RETURN_COUNT);
298}
299
300double LasHeader::scaleX() const
301{

Callers 1

fillPointBufMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected