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

Method compressed

io/LasHeader.cpp:412–415  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

410}
411
412bool LasHeader::compressed() const
413{
414 return d->h.dataCompressed();
415}
416
417void LasHeader::setCompressed(bool b)
418{

Callers

nothing calls this directly

Calls 1

dataCompressedMethod · 0.80

Tested by

no test coverage detected