OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
ossimRpfCompressionLookupOffsetRecord.h
Go to the documentation of this file.
1 #ifndef ossimRpfCompressionLookupOffsetRecord_HEADER
2 #define ossimRpfCompressionLookupOffsetRecord_HEADER 1
3 
7 
9 {
10 public:
11  friend std::ostream& operator <<(
13 
17  void print(std::ostream& out)const;
19  {
21  }
23  {
25  }
27  {
29  }
31  {
33  }
35  {
37  }
38 
39 private:
40  void clearFields();
41 
47 };
48 
49 #endif
ossim_int32 ossimErrorCode
friend std::ostream & operator<<(std::ostream &out, const ossimRpfCompressionLookupOffsetRecord &data)
OSSIM_DLL ossimByteOrder byteOrder()
Definition: ossimCommon.cpp:54
unsigned short ossim_uint16
ossimErrorCode parseStream(ossim::istream &in, ossimByteOrder byteOrder)
unsigned int ossim_uint32
ossimByteOrder
std::basic_istream< char > istream
Base class for char input streams.
Definition: ossimIosFwd.h:20
std::basic_ostream< char > ostream
Base class for char output streams.
Definition: ossimIosFwd.h:23