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

Method setDataCompressed

io/private/las/Header.hpp:128–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126 bool dataCompressed() const
127 { return pointFormatBits & CompressionMask; }
128 void setDataCompressed()
129 { pointFormatBits |= CompressionMask; }
130 void setPointCount(uint64_t pointCount);
131 void setPointsByReturn(int returnNum, uint64_t pointCount);
132 bool useWkt() const

Callers 1

initializeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected