OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossimRpfCompressionLookupOffsetRecord.h>
Public Member Functions | |
ossimRpfCompressionLookupOffsetRecord () | |
ossimErrorCode | parseStream (ossim::istream &in, ossimByteOrder byteOrder) |
void | print (std::ostream &out) const |
ossim_uint16 | getCompressionLookupTableId () const |
ossim_uint32 | getNumberOfCompressionLookupRecords () const |
ossim_uint16 | getNumberOfValuesPerCompressionLookupRecord () const |
ossim_uint16 | getCompressionLookupValueBitLength () const |
ossim_uint32 | getCompressionLookupTableOffset () const |
Private Member Functions | |
void | clearFields () |
Friends | |
std::ostream & | operator<< (std::ostream &out, const ossimRpfCompressionLookupOffsetRecord &data) |
Definition at line 8 of file ossimRpfCompressionLookupOffsetRecord.h.
ossimRpfCompressionLookupOffsetRecord::ossimRpfCompressionLookupOffsetRecord | ( | ) |
Definition at line 14 of file ossimRpfCompressionLookupOffsetRecord.cpp.
References clearFields().
|
private |
Definition at line 58 of file ossimRpfCompressionLookupOffsetRecord.cpp.
References theCompressionLookupTableId, theCompressionLookupTableOffset, theCompressionLookupValueBitLength, theNumberOfCompressionLookupRecords, and theNumberOfValuesPerCompressionLookupRecord.
Referenced by ossimRpfCompressionLookupOffsetRecord().
|
inline |
Definition at line 18 of file ossimRpfCompressionLookupOffsetRecord.h.
References theCompressionLookupTableId.
Referenced by ossimRpfCompressionSection::parseStream().
|
inline |
Definition at line 34 of file ossimRpfCompressionLookupOffsetRecord.h.
References theCompressionLookupTableOffset.
Referenced by ossimRpfCompressionSection::parseStream().
|
inline |
Definition at line 30 of file ossimRpfCompressionLookupOffsetRecord.h.
References theCompressionLookupValueBitLength.
Referenced by ossimRpfCompressionSection::parseStream().
|
inline |
Definition at line 22 of file ossimRpfCompressionLookupOffsetRecord.h.
References theNumberOfCompressionLookupRecords.
Referenced by ossimRpfCompressionSection::parseStream().
|
inline |
Definition at line 26 of file ossimRpfCompressionLookupOffsetRecord.h.
References theNumberOfValuesPerCompressionLookupRecord.
Referenced by ossimRpfCompressionSection::parseStream().
ossimErrorCode ossimRpfCompressionLookupOffsetRecord::parseStream | ( | ossim::istream & | in, |
ossimByteOrder | byteOrder | ||
) |
Definition at line 19 of file ossimRpfCompressionLookupOffsetRecord.cpp.
References ossim::byteOrder(), ossimEndian::getSystemEndianType(), ossimErrorCodes::OSSIM_ERROR, ossimErrorCodes::OSSIM_OK, ossimEndian::swap(), theCompressionLookupTableId, theCompressionLookupTableOffset, theCompressionLookupValueBitLength, theNumberOfCompressionLookupRecords, and theNumberOfValuesPerCompressionLookupRecord.
Referenced by ossimRpfCompressionSection::parseStream().
void ossimRpfCompressionLookupOffsetRecord::print | ( | std::ostream & | out | ) | const |
Definition at line 49 of file ossimRpfCompressionLookupOffsetRecord.cpp.
References theCompressionLookupTableId, theCompressionLookupTableOffset, theCompressionLookupValueBitLength, theNumberOfCompressionLookupRecords, and theNumberOfValuesPerCompressionLookupRecord.
Referenced by operator<<().
|
friend |
Definition at line 6 of file ossimRpfCompressionLookupOffsetRecord.cpp.
|
private |
Definition at line 42 of file ossimRpfCompressionLookupOffsetRecord.h.
Referenced by clearFields(), getCompressionLookupTableId(), parseStream(), and print().
|
private |
Definition at line 46 of file ossimRpfCompressionLookupOffsetRecord.h.
Referenced by clearFields(), getCompressionLookupTableOffset(), parseStream(), and print().
|
private |
Definition at line 45 of file ossimRpfCompressionLookupOffsetRecord.h.
Referenced by clearFields(), getCompressionLookupValueBitLength(), parseStream(), and print().
|
private |
Definition at line 43 of file ossimRpfCompressionLookupOffsetRecord.h.
Referenced by clearFields(), getNumberOfCompressionLookupRecords(), parseStream(), and print().
|
private |
Definition at line 44 of file ossimRpfCompressionLookupOffsetRecord.h.
Referenced by clearFields(), getNumberOfValuesPerCompressionLookupRecord(), parseStream(), and print().