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

Method seek

pdal/compression/LazPerfVlrCompression.cpp:381–384  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

379}
380
381bool LazPerfVlrDecompressor::seek(uint64_t record)
382{
383 return m_impl->seek(record);
384}
385
386} // namespace pdal
387

Callers 3

rewindMethod · 0.45
rewindMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected