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

Method decompress

pdal/compression/LazPerfVlrCompression.cpp:304–315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

302 }
303
304 bool decompress(char *outbuf)
305 {
306 if (chunkDone())
307 {
308 if (!nextChunk())
309 return false;
310 resetDecompressor();
311 }
312 m_decompressor->decompress(outbuf);
313 m_chunkPointsRead++;
314 return true;
315 }
316
317private:
318 void resetDecompressor()

Callers

nothing calls this directly

Calls 1

decompressMethod · 0.45

Tested by

no test coverage detected