OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
ossimRpfColorGrayscaleSubheader.h
Go to the documentation of this file.
1 #ifndef ossimRpfColorGrayscaleSubheader_HEADER
2 #define ossimRpfColorGrayscaleSubheader_HEADER 1
3 
7 
9 {
10 public:
11  friend std::ostream& operator <<(
13 
16 
19  void print(std::ostream& out)const;
20  unsigned long getStartOffset()const
21  {
22  return theStartOffset;
23  }
24  unsigned long getEndOffset()const
25  {
26  return theEndOffset;
27  }
29  {
31  }
33  {
35  }
36 
37 private:
38  void clearFields();
39 
40  unsigned long theStartOffset;
41  unsigned long theEndOffset;
42 
45 
50 };
51 
52 #endif
ossim_int32 ossimErrorCode
unsigned long getNumberOfColorGreyscaleOffsetRecords() const
OSSIM_DLL ossimByteOrder byteOrder()
Definition: ossimCommon.cpp:54
ossimByteOrder
unsigned long getNumberOfColorConverterOffsetRecords() const
std::basic_istream< char > istream
Base class for char input streams.
Definition: ossimIosFwd.h:20
friend std::ostream & operator<<(std::ostream &out, const ossimRpfColorGrayscaleSubheader &data)
ossimErrorCode parseStream(ossim::istream &in, ossimByteOrder byteOrder)
std::basic_ostream< char > ostream
Base class for char output streams.
Definition: ossimIosFwd.h:23