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

Method Decoder

plugins/e57/libE57Format/src/Decoder.cpp:196–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194}
195
196Decoder::Decoder( unsigned bytestreamNumber ) : bytestreamNumber_( bytestreamNumber )
197{
198}
199
200BitpackDecoder::BitpackDecoder( unsigned bytestreamNumber, SourceDestBuffer &dbuf,
201 unsigned alignmentSize, uint64_t maxRecordCount ) :

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected