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

Method dataCompressed

io/private/las/Header.hpp:126–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124 void setPointFormat(int format)
125 { pointFormatBits = format | (pointFormatBits & CompressionMask); }
126 bool dataCompressed() const
127 { return pointFormatBits & CompressionMask; }
128 void setDataCompressed()
129 { pointFormatBits |= CompressionMask; }
130 void setPointCount(uint64_t pointCount);

Callers 5

initializeLocalMethod · 0.80
readyMethod · 0.80
prepOutputMethod · 0.80
compressedMethod · 0.80
extractHeaderMetadataFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected