OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
ossimRpfMaskSubheader.h
Go to the documentation of this file.
1 #ifndef ossimRpfMaskSubheader_HEADER
2 #define ossimRpfMaskSubheader_HEADER
3 #include <iostream>
4 
8 
10 {
11 public:
13  const ossimRpfMaskSubheader& data);
15 
16  virtual ~ossimRpfMaskSubheader();
17 
20  void print(std::ostream& out)const;
21 
22 private:
23  void clearFields();
24 
29 
38 };
39 #endif
ossim_int32 ossimErrorCode
unsigned short theTransparentOutputPixelCodeLength
OSSIM_DLL ossimByteOrder byteOrder()
Definition: ossimCommon.cpp:54
ossimErrorCode parseStream(std::istream &in, ossimByteOrder byteOrder)
unsigned short theSubframeSequenceRecordLength
unsigned char * theOutputPixelCodeBitString
ossimByteOrder
friend std::ostream & operator<<(std::ostream &out, const ossimRpfMaskSubheader &data)
std::basic_istream< char > istream
Base class for char input streams.
Definition: ossimIosFwd.h:20
void print(std::ostream &out) const
unsigned short theTransparencySequenceRecordLength
std::basic_ostream< char > ostream
Base class for char output streams.
Definition: ossimIosFwd.h:23