OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossimNitfFileHeaderV2_1.h>
Public Member Functions | |
ossim_uint64 | getHeaderLength () const |
ossim_uint64 | getImageLength () const |
ossim_uint64 | getTotalLength () const |
void | setSubheaderLength (ossim_uint32 length) |
void | setImageLength (ossim_uint64 length) |
Public Attributes | |
char | theImageSubheaderLength [7] |
Is a 6 byte numeric 000439-999999. More... | |
char | theImageLength [11] |
Is a 10 byte numeric 0000000001-9999999999. More... | |
Friends | |
std::ostream & | operator<< (std::ostream &out, const ossimNitfImageInfoRecordV2_1 &data) |
Definition at line 22 of file ossimNitfFileHeaderV2_1.h.
ossim_uint64 ossimNitfImageInfoRecordV2_1::getHeaderLength | ( | ) | const |
Definition at line 66 of file ossimNitfFileHeaderV2_1.cpp.
References theImageSubheaderLength, and ossimString::toUInt64().
Referenced by getTotalLength().
ossim_uint64 ossimNitfImageInfoRecordV2_1::getImageLength | ( | ) | const |
Definition at line 71 of file ossimNitfFileHeaderV2_1.cpp.
References theImageLength, and ossimString::toUInt64().
Referenced by getTotalLength().
ossim_uint64 ossimNitfImageInfoRecordV2_1::getTotalLength | ( | ) | const |
Definition at line 76 of file ossimNitfFileHeaderV2_1.cpp.
References getHeaderLength(), and getImageLength().
void ossimNitfImageInfoRecordV2_1::setImageLength | ( | ossim_uint64 | length | ) |
Definition at line 220 of file ossimNitfFileHeaderV2_1.cpp.
References theImageLength.
Referenced by ossimNitfWriter::writeBlockBandSeparate(), and ossimNitfWriter::writeBlockBandSequential().
void ossimNitfImageInfoRecordV2_1::setSubheaderLength | ( | ossim_uint32 | length | ) |
Definition at line 207 of file ossimNitfFileHeaderV2_1.cpp.
References theImageSubheaderLength.
Referenced by ossimNitfWriter::writeBlockBandSeparate(), and ossimNitfWriter::writeBlockBandSequential().
|
friend |
Definition at line 56 of file ossimNitfFileHeaderV2_1.cpp.
char ossimNitfImageInfoRecordV2_1::theImageLength[11] |
Is a 10 byte numeric 0000000001-9999999999.
Definition at line 43 of file ossimNitfFileHeaderV2_1.h.
Referenced by getImageLength(), operator<<(), ossimNitfFileHeaderV2_1::readImageInfoRecords(), and setImageLength().
char ossimNitfImageInfoRecordV2_1::theImageSubheaderLength[7] |
Is a 6 byte numeric 000439-999999.
Definition at line 38 of file ossimNitfFileHeaderV2_1.h.
Referenced by getHeaderLength(), operator<<(), ossimNitfFileHeaderV2_1::readImageInfoRecords(), and setSubheaderLength().