OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossimNitfFileHeaderV2_1.h>
Public Member Functions | |
ossim_uint64 | getHeaderLength () const |
ossim_uint64 | getGraphicLength () const |
ossim_uint64 | getTotalLength () const |
Public Attributes | |
char | theGraphicSubheaderLength [5] |
Is a 4 byte numeric 0258-9999. More... | |
char | theGraphicLength [7] |
Is a 6 byte numeric 0000001-9999999. More... | |
Friends | |
std::ostream & | operator<< (std::ostream &out, const ossimNitfGraphicInfoRecordV2_1 &data) |
Definition at line 47 of file ossimNitfFileHeaderV2_1.h.
ossim_uint64 ossimNitfGraphicInfoRecordV2_1::getGraphicLength | ( | ) | const |
Definition at line 105 of file ossimNitfFileHeaderV2_1.cpp.
References theGraphicLength, and ossimString::toUInt64().
Referenced by getTotalLength().
ossim_uint64 ossimNitfGraphicInfoRecordV2_1::getHeaderLength | ( | ) | const |
Definition at line 100 of file ossimNitfFileHeaderV2_1.cpp.
References theGraphicSubheaderLength, and ossimString::toUInt64().
Referenced by getTotalLength().
ossim_uint64 ossimNitfGraphicInfoRecordV2_1::getTotalLength | ( | ) | const |
Definition at line 110 of file ossimNitfFileHeaderV2_1.cpp.
References getGraphicLength(), and getHeaderLength().
|
friend |
Definition at line 81 of file ossimNitfFileHeaderV2_1.cpp.
char ossimNitfGraphicInfoRecordV2_1::theGraphicLength[7] |
Is a 6 byte numeric 0000001-9999999.
Definition at line 64 of file ossimNitfFileHeaderV2_1.h.
Referenced by getGraphicLength(), operator<<(), and ossimNitfFileHeaderV2_1::readGraphicInfoRecords().
char ossimNitfGraphicInfoRecordV2_1::theGraphicSubheaderLength[5] |
Is a 4 byte numeric 0258-9999.
Definition at line 59 of file ossimNitfFileHeaderV2_1.h.
Referenced by getHeaderLength(), operator<<(), and ossimNitfFileHeaderV2_1::readGraphicInfoRecords().