OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossimNitfFileHeaderV2_0.h>
Public Member Functions | |
ossim_int32 | getHeaderLength () const |
ossim_int32 | getImageLength () const |
ossim_int32 | getTotalLength () const |
Public Attributes | |
char | theTextSubheaderLength [5] |
char | theTextLength [6] |
Friends | |
std::ostream & | operator<< (std::ostream &out, const ossimNitfTextInfoRecordV2_0 &data) |
Definition at line 90 of file ossimNitfFileHeaderV2_0.h.
ossim_int32 ossimNitfTextInfoRecordV2_0::getHeaderLength | ( | ) | const |
Definition at line 151 of file ossimNitfFileHeaderV2_0.cpp.
References theTextSubheaderLength, and ossimString::toInt32().
Referenced by getTotalLength().
ossim_int32 ossimNitfTextInfoRecordV2_0::getImageLength | ( | ) | const |
Definition at line 156 of file ossimNitfFileHeaderV2_0.cpp.
References theTextLength, and ossimString::toInt32().
Referenced by getTotalLength().
ossim_int32 ossimNitfTextInfoRecordV2_0::getTotalLength | ( | ) | const |
Definition at line 161 of file ossimNitfFileHeaderV2_0.cpp.
References getHeaderLength(), and getImageLength().
|
friend |
Definition at line 142 of file ossimNitfFileHeaderV2_0.cpp.
char ossimNitfTextInfoRecordV2_0::theTextLength[6] |
Is a 5 byte numeric 0-99999
Definition at line 107 of file ossimNitfFileHeaderV2_0.h.
Referenced by getImageLength(), operator<<(), and ossimNitfFileHeaderV2_0::readTextFileInfoRecords().
char ossimNitfTextInfoRecordV2_0::theTextSubheaderLength[5] |
Is a 4 byte numeric 0-9999
Definition at line 102 of file ossimNitfFileHeaderV2_0.h.
Referenced by getHeaderLength(), operator<<(), and ossimNitfFileHeaderV2_0::readTextFileInfoRecords().