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

Method ConstantIntegerDecoder

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

Source from the content-addressed store, hash-verified

852//================================================================
853
854ConstantIntegerDecoder::ConstantIntegerDecoder( bool isScaledInteger, unsigned bytestreamNumber,
855 SourceDestBuffer &dbuf, int64_t minimum,
856 double scale, double offset,
857 uint64_t maxRecordCount ) :
858 Decoder( bytestreamNumber ), maxRecordCount_( maxRecordCount ), destBuffer_( dbuf.impl() ),
859 isScaledInteger_( isScaledInteger ), minimum_( minimum ), scale_( scale ), offset_( offset )
860{
861}
862
863void ConstantIntegerDecoder::destBufferSetNew( std::vector<SourceDestBuffer> &dbufs )
864{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected