OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
ossimRpfColorConverterOffsetRecord.h
Go to the documentation of this file.
1 #ifndef ossimRpfColorConverterOffsetRecord_HEADER
2 #define ossimRpfColorConverterOffsetRecord_HEADER 1
3 
7 
9 {
10 public:
11  friend std::ostream& operator <<(
13 
15 
18 
19  void clearFields();
36 
41 
47 
53 
59 };
60 
61 #endif
ossim_int32 ossimErrorCode
friend std::ostream & operator<<(std::ostream &out, const ossimRpfColorConverterOffsetRecord &data)
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
std::basic_ostream< char > ostream
Base class for char output streams.
Definition: ossimIosFwd.h:23