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

Method BitpackEncoder

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

Source from the content-addressed store, hash-verified

213//================
214
215BitpackEncoder::BitpackEncoder( unsigned bytestreamNumber, SourceDestBuffer &sbuf,
216 unsigned outputMaxSize, unsigned alignmentSize ) :
217 Encoder( bytestreamNumber ), sourceBuffer_( sbuf.impl() ), outBuffer_( outputMaxSize ),
218 outBufferFirst_( 0 ), outBufferEnd_( 0 ), outBufferAlignmentSize_( alignmentSize ),
219 currentRecordIndex_( 0 )
220{
221}
222
223unsigned BitpackEncoder::sourceBufferNextIndex()
224{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected