OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossimAigIndexFileHeader.h>
Public Member Functions | |
ossimAigIndexFileHeader () | |
void | reset () |
bool | writeStream (std::ostream &out) |
Public Attributes | |
ossim_uint8 | theMagicNumber [8] |
ossim_uint8 | theZeroFill1 [16] |
ossim_int32 | theFileSize |
ossim_uint8 | theZeroFill2 [72] |
Friends | |
std::ostream & | operator<< (std::ostream &out, const ossimAigIndexFileHeader &data) |
Definition at line 15 of file ossimAigIndexFileHeader.h.
|
inline |
|
inline |
Definition at line 28 of file ossimAigIndexFileHeader.h.
References theFileSize, theMagicNumber, theZeroFill1, and theZeroFill2.
Referenced by ossimAigIndexFileHeader().
bool ossimAigIndexFileHeader::writeStream | ( | std::ostream & | out | ) |
Definition at line 12 of file ossimAigIndexFileHeader.cpp.
References ossimEndian::getSystemEndianType(), OSSIM_LITTLE_ENDIAN, ossimEndian::swap(), theFileSize, theMagicNumber, theZeroFill1, and theZeroFill2.
Referenced by ossimArcInfoGridWriter::writeFile().
|
friend |
Definition at line 18 of file ossimAigIndexFileHeader.h.
ossim_int32 ossimAigIndexFileHeader::theFileSize |
The size of this file in number of shorts.
Definition at line 54 of file ossimAigIndexFileHeader.h.
Referenced by reset(), ossimArcInfoGridWriter::writeFile(), and writeStream().
ossim_uint8 ossimAigIndexFileHeader::theMagicNumber[8] |
Definition at line 48 of file ossimAigIndexFileHeader.h.
Referenced by reset(), and writeStream().
ossim_uint8 ossimAigIndexFileHeader::theZeroFill1[16] |
Definition at line 50 of file ossimAigIndexFileHeader.h.
Referenced by reset(), and writeStream().
ossim_uint8 ossimAigIndexFileHeader::theZeroFill2[72] |
Definition at line 56 of file ossimAigIndexFileHeader.h.
Referenced by reset(), and writeStream().