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

Method pointCount

io/LasHeader.cpp:274–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272}
273
274uint64_t LasHeader::pointCount() const
275{
276 return d->h.pointCount();
277}
278
279void LasHeader::setPointCount(uint64_t pointCount)
280{

Callers 5

inspectMethod · 0.45
initializeLocalMethod · 0.45
readyMethod · 0.45
inspectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected