OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossimNitfFileHeaderV2_1.h>
Public Member Functions | |
ossim_uint64 | getHeaderLength () const |
ossim_uint64 | getDataExtSegLength () const |
ossim_uint64 | getTotalLength () const |
Public Attributes | |
char | theDataExtSegSubheaderLength [5] |
Is a 4 byte numeric 200-9999. More... | |
char | theDataExtSegLength [10] |
Is a 9 byte numeric 0-999999999. More... | |
Friends | |
std::ostream & | operator<< (std::ostream &out, const ossimNitfDataExtSegInfoRecordV2_1 &data) |
Definition at line 93 of file ossimNitfFileHeaderV2_1.h.
ossim_uint64 ossimNitfDataExtSegInfoRecordV2_1::getDataExtSegLength | ( | ) | const |
Definition at line 172 of file ossimNitfFileHeaderV2_1.cpp.
References theDataExtSegLength, and ossimString::toUInt64().
Referenced by getTotalLength().
ossim_uint64 ossimNitfDataExtSegInfoRecordV2_1::getHeaderLength | ( | ) | const |
Definition at line 167 of file ossimNitfFileHeaderV2_1.cpp.
References theDataExtSegSubheaderLength, and ossimString::toUInt64().
Referenced by getTotalLength().
ossim_uint64 ossimNitfDataExtSegInfoRecordV2_1::getTotalLength | ( | ) | const |
Definition at line 177 of file ossimNitfFileHeaderV2_1.cpp.
References getDataExtSegLength(), and getHeaderLength().
|
friend |
Definition at line 157 of file ossimNitfFileHeaderV2_1.cpp.
char ossimNitfDataExtSegInfoRecordV2_1::theDataExtSegLength[10] |
Is a 9 byte numeric 0-999999999.
Definition at line 110 of file ossimNitfFileHeaderV2_1.h.
Referenced by getDataExtSegLength(), operator<<(), ossimNitfFileHeaderV2_1::readDataExtSegInfoRecords(), and ossimNitfWriter::writeBlockBandSeparate().
char ossimNitfDataExtSegInfoRecordV2_1::theDataExtSegSubheaderLength[5] |
Is a 4 byte numeric 200-9999.
Definition at line 105 of file ossimNitfFileHeaderV2_1.h.
Referenced by getHeaderLength(), operator<<(), ossimNitfFileHeaderV2_1::readDataExtSegInfoRecords(), and ossimNitfWriter::writeBlockBandSeparate().