OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossimNitfFileHeaderV2_0.h>
Public Member Functions | |
ossim_uint32 | 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] |
char | theImageLength [11] |
Friends | |
std::ostream & | operator<< (std::ostream &out, const ossimNitfImageInfoRecordV2_0 &data) |
Definition at line 25 of file ossimNitfFileHeaderV2_0.h.
ossim_uint32 ossimNitfImageInfoRecordV2_0::getHeaderLength | ( | ) | const |
Definition at line 54 of file ossimNitfFileHeaderV2_0.cpp.
References theImageSubheaderLength, and ossimString::toInt32().
Referenced by getTotalLength().
ossim_uint64 ossimNitfImageInfoRecordV2_0::getImageLength | ( | ) | const |
Definition at line 59 of file ossimNitfFileHeaderV2_0.cpp.
References theImageLength, and ossimString::toInt32().
Referenced by getTotalLength().
ossim_uint64 ossimNitfImageInfoRecordV2_0::getTotalLength | ( | ) | const |
Definition at line 64 of file ossimNitfFileHeaderV2_0.cpp.
References getHeaderLength(), and getImageLength().
void ossimNitfImageInfoRecordV2_0::setImageLength | ( | ossim_uint64 | length | ) |
Definition at line 82 of file ossimNitfFileHeaderV2_0.cpp.
References theImageLength.
Referenced by ossimNitf20Writer::writeBlockBandSeparate(), and ossimNitf20Writer::writeBlockBandSequential().
void ossimNitfImageInfoRecordV2_0::setSubheaderLength | ( | ossim_uint32 | length | ) |
Definition at line 69 of file ossimNitfFileHeaderV2_0.cpp.
References theImageSubheaderLength.
Referenced by ossimNitf20Writer::writeBlockBandSeparate(), and ossimNitf20Writer::writeBlockBandSequential().
|
friend |
Definition at line 45 of file ossimNitfFileHeaderV2_0.cpp.
char ossimNitfImageInfoRecordV2_0::theImageLength[11] |
Is a 10 byte numeric 0-999999999
Definition at line 45 of file ossimNitfFileHeaderV2_0.h.
Referenced by getImageLength(), ossimNitfFileHeaderV2_0::readImageInfoRecords(), and setImageLength().
char ossimNitfImageInfoRecordV2_0::theImageSubheaderLength[7] |
Is a 6 byte numeric 0-999999
Definition at line 40 of file ossimNitfFileHeaderV2_0.h.
Referenced by getHeaderLength(), ossimNitfFileHeaderV2_0::readImageInfoRecords(), and setSubheaderLength().