OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
ossimRpfImageDisplayParameterSubheader.h
Go to the documentation of this file.
1 //*******************************************************************
2 //
3 // License: MIT
4 //
5 // Author: Garrett Potts (gpotts@imagelinks.com)
6 // Description: Rpf support class
7 //
8 //********************************************************************
9 // $Id$
10 
11 #ifndef ossimRpfImageDisplayParameterSubheader_HEADER
12 #define ossimRpfImageDisplayParameterSubheader_HEADER 1
13 
16 #include <ossim/base/ossimIosFwd.h>
17 
19 {
20 public:
21  friend std::ostream& operator<<(
25 
26  void print(std::ostream& out)const;
27 
29  {
30  return theStartOffset;
31  }
33  {
34  return theEndOffset;
35  }
37  {
38  return theNumberOfImageRows;
39  }
41  {
43  }
45  {
46  return theImageCodeBitLength;
47  }
48 
49 private:
50  void clearFields();
51 
54 
58 };
59 
60 #endif
ossim_int32 ossimErrorCode
OSSIM_DLL ossimByteOrder byteOrder()
Definition: ossimCommon.cpp:54
unsigned int ossim_uint32
ossimByteOrder
friend std::ostream & operator<<(std::ostream &out, const ossimRpfImageDisplayParameterSubheader &data)
std::basic_istream< char > istream
Base class for char input streams.
Definition: ossimIosFwd.h:20
ossimErrorCode parseStream(ossim::istream &in, ossimByteOrder byteOrder)
unsigned char ossim_uint8
std::basic_ostream< char > ostream
Base class for char output streams.
Definition: ossimIosFwd.h:23