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