OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
ossimRpfAttributeSectionSubheader.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 ossimRpfAttributeSectionSubheader_HEADER
12 #define ossimRpfAttributeSectionSubheader_HEADER 1
13 
15 #include <ossim/base/ossimIosFwd.h>
17 
19 {
20 public:
24 
27  virtual void print(std::ostream& out)const;
29  {
31  }
33  {
35  }
36 
39 
40 private:
41  void clearFields();
42 
47 
48 
51 };
52 
53 #endif
ossim_int32 ossimErrorCode
friend std::ostream & operator<<(std::ostream &out, const ossimRpfAttributeSectionSubheader &data)
ossimErrorCode parseStream(ossim::istream &in, ossimByteOrder byteOrder)
OSSIM_DLL ossimByteOrder byteOrder()
Definition: ossimCommon.cpp:54
unsigned short ossim_uint16
unsigned long long ossim_uint64
unsigned int ossim_uint32
ossimByteOrder
std::basic_istream< char > istream
Base class for char input streams.
Definition: ossimIosFwd.h:20
virtual void print(std::ostream &out) const
std::basic_ostream< char > ostream
Base class for char output streams.
Definition: ossimIosFwd.h:23