OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossimNitfVqCompressionHeader.h>
Public Member Functions | |
ossimNitfVqCompressionHeader () | |
virtual void | parseStream (std::istream &in) |
virtual std::ostream & | print (std::ostream &out) const |
Generic print method. More... | |
virtual std::ostream & | print (std::ostream &out, const std::string &prefix) const |
print method that outputs a key/value type format adding prefix to keys. More... | |
virtual bool | saveState (ossimKeywordlist &kwl, const ossimString &prefix="") const |
virtual ossim_uint32 | getBlockSizeInBytes () const |
virtual ossim_uint32 | getNumberOfImageRows () const |
virtual ossim_uint32 | getNumberOfImageCodesPerRow () const |
virtual ossim_uint32 | getCompressionAlgorithmId () const |
virtual ossim_uint32 | getImageCodeBitLength () const |
virtual ossim_uint32 | getNumberOfTables () const |
const std::vector< ossimNitfVqCompressionOffsetTableData > & | getTable () const |
![]() | |
virtual void | parseStream (ossim::istream &in)=0 |
![]() | |
ossimObject () | |
virtual | ~ossimObject () |
virtual ossimObject * | dup () const |
virtual ossimString | getShortName () const |
virtual ossimString | getLongName () const |
virtual ossimString | getDescription () const |
virtual ossimString | getClassName () const |
virtual RTTItypeid | getType () const |
virtual bool | canCastTo (ossimObject *obj) const |
virtual bool | canCastTo (const RTTItypeid &id) const |
virtual bool | canCastTo (const ossimString &parentClassName) const |
virtual bool | saveState (ossimKeywordlist &kwl, const char *prefix=0) const |
virtual bool | loadState (const ossimKeywordlist &kwl, const char *prefix=0) |
virtual bool | isEqualTo (const ossimObject &obj, ossimCompareType compareType=OSSIM_COMPARE_FULL) const |
virtual void | accept (ossimVisitor &visitor) |
![]() | |
ossimReferenced () | |
ossimReferenced (const ossimReferenced &) | |
ossimReferenced & | operator= (const ossimReferenced &) |
void | ref () const |
increment the reference count by one, indicating that this object has another pointer which is referencing it. More... | |
void | unref () const |
decrement the reference count by one, indicating that a pointer to this object is referencing it. More... | |
void | unref_nodelete () const |
decrement the reference count by one, indicating that a pointer to this object is referencing it. More... | |
int | referenceCount () const |
Protected Member Functions | |
void | clearFields () |
![]() | |
virtual | ~ossimReferenced () |
Definition at line 37 of file ossimNitfVqCompressionHeader.h.
ossimNitfVqCompressionHeader::ossimNitfVqCompressionHeader | ( | ) |
Definition at line 148 of file ossimNitfVqCompressionHeader.cpp.
References clearFields().
|
protected |
Definition at line 340 of file ossimNitfVqCompressionHeader.cpp.
References theCompressionAlgorithmId, theCompressionLookupTableOffsetRecordLength, theImageCodeBitLength, theNumberOfCompressionLookupOffsetRecords, theNumberOfImageCodesPerRow, and theNumberOfImageRows.
Referenced by ossimNitfVqCompressionHeader().
|
virtual |
Definition at line 303 of file ossimNitfVqCompressionHeader.cpp.
References getImageCodeBitLength(), getNumberOfImageCodesPerRow(), and getNumberOfImageRows().
|
virtual |
Definition at line 320 of file ossimNitfVqCompressionHeader.cpp.
References theCompressionAlgorithmId.
Referenced by ossimNitfImageHeaderV2_0::parseStream().
|
virtual |
Definition at line 325 of file ossimNitfVqCompressionHeader.cpp.
References theImageCodeBitLength.
Referenced by getBlockSizeInBytes(), ossimNitfTileSource::vqUncompressC4(), and ossimNitfTileSource::vqUncompressM4().
|
virtual |
Definition at line 315 of file ossimNitfVqCompressionHeader.cpp.
References theNumberOfImageCodesPerRow.
Referenced by getBlockSizeInBytes(), ossimNitfTileSource::vqUncompressC4(), and ossimNitfTileSource::vqUncompressM4().
|
virtual |
Definition at line 310 of file ossimNitfVqCompressionHeader.cpp.
References theNumberOfImageRows.
Referenced by getBlockSizeInBytes(), ossimNitfTileSource::vqUncompressC4(), and ossimNitfTileSource::vqUncompressM4().
|
virtual |
Definition at line 330 of file ossimNitfVqCompressionHeader.cpp.
References theTable.
const std::vector< ossimNitfVqCompressionOffsetTableData > & ossimNitfVqCompressionHeader::getTable | ( | ) | const |
Definition at line 335 of file ossimNitfVqCompressionHeader.cpp.
References theTable.
Referenced by ossimNitfTileSource::vqUncompressC4(), and ossimNitfTileSource::vqUncompressM4().
|
virtual |
Definition at line 153 of file ossimNitfVqCompressionHeader.cpp.
References ossimEndian::getSystemEndianType(), OSSIM_LITTLE_ENDIAN, ossimEndian::swap(), theCompressionAlgorithmId, theCompressionLookupOffsetTableOffset, theCompressionLookupTableOffsetRecordLength, theImageCodeBitLength, theNumberOfCompressionLookupOffsetRecords, theNumberOfCompressionParameterOffsetRecords, theNumberOfImageCodesPerRow, theNumberOfImageRows, and theTable.
Referenced by ossimNitfImageHeaderV2_0::parseStream().
|
virtual |
Generic print method.
Derived classes should re-implement as they see fit.
Reimplemented from ossimObject.
Definition at line 206 of file ossimNitfVqCompressionHeader.cpp.
|
virtual |
print method that outputs a key/value type format adding prefix to keys.
Implements ossimNitfCompressionHeader.
Definition at line 211 of file ossimNitfVqCompressionHeader.cpp.
References ossimString::string(), theCompressionAlgorithmId, theCompressionLookupTableOffsetRecordLength, theImageCodeBitLength, theNumberOfCompressionLookupOffsetRecords, theNumberOfImageCodesPerRow, theNumberOfImageRows, theTable, and ossimString::toString().
|
virtual |
Reimplemented from ossimNitfCompressionHeader.
Definition at line 259 of file ossimNitfVqCompressionHeader.cpp.
References ossimKeywordlist::add(), ossimKeywordlist::parseStream(), ossimNitfCompressionHeader::saveState(), ossimString::string(), theCompressionAlgorithmId, theCompressionLookupTableOffsetRecordLength, theImageCodeBitLength, theNumberOfCompressionLookupOffsetRecords, theNumberOfImageCodesPerRow, theNumberOfImageRows, theTable, and ossimString::toString().
|
protected |
Definition at line 66 of file ossimNitfVqCompressionHeader.h.
Referenced by clearFields(), getCompressionAlgorithmId(), parseStream(), print(), and saveState().
|
protected |
Definition at line 70 of file ossimNitfVqCompressionHeader.h.
Referenced by parseStream().
|
protected |
Definition at line 71 of file ossimNitfVqCompressionHeader.h.
Referenced by clearFields(), parseStream(), print(), and saveState().
|
protected |
Definition at line 64 of file ossimNitfVqCompressionHeader.h.
Referenced by clearFields(), getImageCodeBitLength(), parseStream(), print(), and saveState().
|
protected |
Definition at line 67 of file ossimNitfVqCompressionHeader.h.
Referenced by clearFields(), parseStream(), print(), and saveState().
|
protected |
Definition at line 68 of file ossimNitfVqCompressionHeader.h.
Referenced by parseStream().
|
protected |
Definition at line 63 of file ossimNitfVqCompressionHeader.h.
Referenced by clearFields(), getNumberOfImageCodesPerRow(), parseStream(), print(), and saveState().
|
protected |
Definition at line 62 of file ossimNitfVqCompressionHeader.h.
Referenced by clearFields(), getNumberOfImageRows(), parseStream(), print(), and saveState().
|
protected |
Definition at line 73 of file ossimNitfVqCompressionHeader.h.
Referenced by getNumberOfTables(), getTable(), parseStream(), print(), and saveState().