MCPcopy Create free account
hub / github.com/PDAL/PDAL / pointCountByReturn

Method pointCountByReturn

io/LasHeader.cpp:284–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282}
283
284uint64_t LasHeader::pointCountByReturn(std::size_t index) const
285{
286 return versionMinor() == 4 ? d->h.ePointsByReturn[index] : d->h.legacyPointsByReturn[index];
287}
288
289void LasHeader::setPointCountByReturn(std::size_t index, uint64_t count)
290{

Callers

nothing calls this directly

Calls 1

versionMinorFunction · 0.85

Tested by

no test coverage detected