OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
ossimRpfCompressionSectionSubheader.h
Go to the documentation of this file.
1 #ifndef ossimRpfCompressionSectionSubheader_HEADER
2 #define ossimRpfCompressionSectionSubheader_HEADER 1
3 
7 
9 {
10 public:
11  friend std::ostream& operator<<(
15 
17 
18  unsigned long getStartOffset()const{return theStartOffset;}
19  unsigned long getEndOffset()const{return theEndOffset;}
20  unsigned short getCompressionAlgorithmId()const
21  {
23  }
25  {
27  }
29  {
31  }
32  void print(std::ostream& out)const;
33 
34 private:
35  void clearFields();
36 
41  unsigned long theStartOffset;
42 
47  unsigned long theEndOffset;
54  unsigned short theCompressionAlgorithmId;
55 
57 
59 
60 };
61 
62 #endif
ossim_int32 ossimErrorCode
OSSIM_DLL ossimByteOrder byteOrder()
Definition: ossimCommon.cpp:54
ossimErrorCode parseStream(ossim::istream &in, ossimByteOrder byteOrder)
ossimByteOrder
std::basic_istream< char > istream
Base class for char input streams.
Definition: ossimIosFwd.h:20
friend std::ostream & operator<<(std::ostream &out, const ossimRpfCompressionSectionSubheader &data)
std::basic_ostream< char > ostream
Base class for char output streams.
Definition: ossimIosFwd.h:23