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

Method BitpackFloatDecoder

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

Source from the content-addressed store, hash-verified

366//================================================================
367
368BitpackFloatDecoder::BitpackFloatDecoder( unsigned bytestreamNumber, SourceDestBuffer &dbuf,
369 FloatPrecision precision, uint64_t maxRecordCount ) :
370 BitpackDecoder( bytestreamNumber, dbuf,
371 ( precision == PrecisionSingle ) ? sizeof( float ) : sizeof( double ),
372 maxRecordCount ),
373 precision_( precision )
374{
375}
376
377size_t BitpackFloatDecoder::inputProcessAligned( const char *inbuf, const size_t firstBit,
378 const size_t endBit )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected