OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossimNitfFileHeaderV2_1.h>
Public Member Functions | |
ossim_uint64 | getHeaderLength () const |
ossim_uint64 | getTextLength () const |
ossim_uint64 | getTotalLength () const |
void | setSubheaderLength (ossim_uint64 length) |
void | setTextLength (ossim_uint64 length) |
Public Attributes | |
char | theTextFileSubheaderLength [5] |
Is a 4 byte numeric 0282-9999. More... | |
char | theTextFileLength [6] |
Is a 5 byte numeric 0-99999. More... | |
Friends | |
std::ostream & | operator<< (std::ostream &out, const ossimNitfTextFileInfoRecordV2_1 &data) |
Definition at line 68 of file ossimNitfFileHeaderV2_1.h.
ossim_uint64 ossimNitfTextFileInfoRecordV2_1::getHeaderLength | ( | ) | const |
Definition at line 141 of file ossimNitfFileHeaderV2_1.cpp.
References theTextFileSubheaderLength, and ossimString::toUInt64().
Referenced by getTotalLength().
ossim_uint64 ossimNitfTextFileInfoRecordV2_1::getTextLength | ( | ) | const |
Definition at line 146 of file ossimNitfFileHeaderV2_1.cpp.
References theTextFileLength, and ossimString::toUInt64().
Referenced by getTotalLength().
ossim_uint64 ossimNitfTextFileInfoRecordV2_1::getTotalLength | ( | ) | const |
Definition at line 151 of file ossimNitfFileHeaderV2_1.cpp.
References getHeaderLength(), and getTextLength().
void ossimNitfTextFileInfoRecordV2_1::setSubheaderLength | ( | ossim_uint64 | length | ) |
Definition at line 115 of file ossimNitfFileHeaderV2_1.cpp.
References theTextFileSubheaderLength.
Referenced by ossimNitfWriter::writeBlockBandSeparate(), and ossimNitfWriter::writeBlockBandSequential().
void ossimNitfTextFileInfoRecordV2_1::setTextLength | ( | ossim_uint64 | length | ) |
Definition at line 128 of file ossimNitfFileHeaderV2_1.cpp.
References theTextFileLength.
Referenced by ossimNitfWriter::writeBlockBandSeparate(), and ossimNitfWriter::writeBlockBandSequential().
|
friend |
Definition at line 91 of file ossimNitfFileHeaderV2_1.cpp.
char ossimNitfTextFileInfoRecordV2_1::theTextFileLength[6] |
Is a 5 byte numeric 0-99999.
Definition at line 90 of file ossimNitfFileHeaderV2_1.h.
Referenced by getTextLength(), operator<<(), ossimNitfFileHeaderV2_1::readTextFileInfoRecords(), and setTextLength().
char ossimNitfTextFileInfoRecordV2_1::theTextFileSubheaderLength[5] |
Is a 4 byte numeric 0282-9999.
Definition at line 85 of file ossimNitfFileHeaderV2_1.h.
Referenced by getHeaderLength(), operator<<(), ossimNitfFileHeaderV2_1::readTextFileInfoRecords(), and setSubheaderLength().