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

Method LazPerfVlrCompressor

pdal/compression/LazPerfVlrCompression.cpp:174–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172
173
174LazPerfVlrCompressor::LazPerfVlrCompressor(std::ostream& stream, int format, int ebCount) :
175 m_impl(new LazPerfVlrCompressorImpl(stream, format, ebCount))
176{}
177
178
179LazPerfVlrCompressor::~LazPerfVlrCompressor()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected