#include <Decoder.h>
◆ ConstantIntegerDecoder()
ConstantIntegerDecoder::ConstantIntegerDecoder |
( |
bool |
isScaledInteger, |
|
|
unsigned |
bytestreamNumber, |
|
|
SourceDestBuffer & |
dbuf, |
|
|
int64_t |
minimum, |
|
|
double |
scale, |
|
|
double |
offset, |
|
|
uint64_t |
maxRecordCount |
|
) |
| |
◆ destBufferSetNew()
void ConstantIntegerDecoder::destBufferSetNew |
( |
std::vector< SourceDestBuffer > & |
dbufs | ) |
|
|
overridevirtual |
◆ inputProcess()
size_t ConstantIntegerDecoder::inputProcess |
( |
const char * |
source, |
|
|
const size_t |
availableByteCount |
|
) |
| |
|
overridevirtual |
◆ stateReset()
void ConstantIntegerDecoder::stateReset |
( |
| ) |
|
|
overridevirtual |
◆ totalRecordsCompleted()
uint64_t e57::ConstantIntegerDecoder::totalRecordsCompleted |
( |
| ) |
|
|
overridevirtual |
◆ currentRecordIndex_
uint64_t e57::ConstantIntegerDecoder::currentRecordIndex_ = 0 |
|
protected |
◆ destBuffer_
◆ isScaledInteger_
bool e57::ConstantIntegerDecoder::isScaledInteger_ |
|
protected |
◆ maxRecordCount_
uint64_t e57::ConstantIntegerDecoder::maxRecordCount_ |
|
protected |
◆ minimum_
int64_t e57::ConstantIntegerDecoder::minimum_ |
|
protected |
◆ offset_
double e57::ConstantIntegerDecoder::offset_ |
|
protected |
◆ scale_
double e57::ConstantIntegerDecoder::scale_ |
|
protected |
The documentation for this class was generated from the following files:
- FreeCAD/src/3rdParty/libE57Format/src/Decoder.h
- FreeCAD/src/3rdParty/libE57Format/src/Decoder.cpp