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

Method compressed

tools/lasdump/Header.hpp:293–294  ·  view source on GitHub ↗

Returns true iff the file is compressed (laszip), as determined by the high bit in the point type

Source from the content-addressed store, hash-verified

291 /// Returns true iff the file is compressed (laszip),
292 /// as determined by the high bit in the point type
293 bool compressed() const
294 { return m_isCompressed; }
295
296 /// Sets whether or not the points are compressed.
297 void setCompressed(bool b)

Callers 3

verifyLasMethod · 0.45
fileIsCompressedFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 2

fileIsCompressedFunction · 0.36
TESTFunction · 0.36