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

Method ConstantIntegerEncoder

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

Source from the content-addressed store, hash-verified

894//================================================================
895
896ConstantIntegerEncoder::ConstantIntegerEncoder( unsigned bytestreamNumber, SourceDestBuffer &sbuf,
897 int64_t minimum ) :
898 Encoder( bytestreamNumber ), sourceBuffer_( sbuf.impl() ), currentRecordIndex_( 0 ),
899 minimum_( minimum )
900{
901}
902
903uint64_t ConstantIntegerEncoder::processRecords( size_t recordCount )
904{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected