OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossimNitfFileHeaderV2_1.h>
Public Member Functions | |
ossim_uint64 | getHeaderLength () const |
ossim_uint64 | getResExtSegLength () const |
ossim_uint64 | getTotalLength () const |
Public Attributes | |
char | theResExtSegSubheaderLength [5] |
Is a 4 byte numeric 0-9999. More... | |
char | theResExtSegLength [8] |
Is a 7 byte numeric 0-9999999. More... | |
Friends | |
std::ostream & | operator<< (std::ostream &out, const ossimNitfResExtSegInfoRecordV2_1 &data) |
Definition at line 113 of file ossimNitfFileHeaderV2_1.h.
ossim_uint64 ossimNitfResExtSegInfoRecordV2_1::getHeaderLength | ( | ) | const |
Definition at line 192 of file ossimNitfFileHeaderV2_1.cpp.
References theResExtSegSubheaderLength, and ossimString::toUInt64().
Referenced by getTotalLength().
ossim_uint64 ossimNitfResExtSegInfoRecordV2_1::getResExtSegLength | ( | ) | const |
Definition at line 197 of file ossimNitfFileHeaderV2_1.cpp.
References theResExtSegLength, and ossimString::toUInt64().
Referenced by getTotalLength().
ossim_uint64 ossimNitfResExtSegInfoRecordV2_1::getTotalLength | ( | ) | const |
Definition at line 202 of file ossimNitfFileHeaderV2_1.cpp.
References getHeaderLength(), and getResExtSegLength().
|
friend |
Definition at line 182 of file ossimNitfFileHeaderV2_1.cpp.
char ossimNitfResExtSegInfoRecordV2_1::theResExtSegLength[8] |
Is a 7 byte numeric 0-9999999.
Definition at line 130 of file ossimNitfFileHeaderV2_1.h.
Referenced by getResExtSegLength(), operator<<(), and ossimNitfFileHeaderV2_1::readResExtSegInfoRecords().
char ossimNitfResExtSegInfoRecordV2_1::theResExtSegSubheaderLength[5] |
Is a 4 byte numeric 0-9999.
Definition at line 125 of file ossimNitfFileHeaderV2_1.h.
Referenced by getHeaderLength(), operator<<(), and ossimNitfFileHeaderV2_1::readResExtSegInfoRecords().