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

Method BitpackFloatEncoder

plugins/e57/libE57Format/src/Encoder.cpp:390–396  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

388//================
389
390BitpackFloatEncoder::BitpackFloatEncoder( unsigned bytestreamNumber, SourceDestBuffer &sbuf,
391 unsigned outputMaxSize, FloatPrecision precision ) :
392 BitpackEncoder( bytestreamNumber, sbuf, outputMaxSize,
393 ( precision == PrecisionSingle ) ? sizeof( float ) : sizeof( double ) ),
394 precision_( precision )
395{
396}
397
398uint64_t BitpackFloatEncoder::processRecords( size_t recordCount )
399{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected