OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
ossimRpfMaskSubsection.h
Go to the documentation of this file.
1 //*******************************************************************
2 //
3 // License: See top level LICENSE.txt file.
4 //
5 // Author: Garrett Potts (gpotts@imagelinks.com)
6 // Description: Rpf support class
7 //
8 //********************************************************************
9 // $Id: ossimRpfMaskSubsection.h 11691 2007-09-09 20:02:30Z dburken $
10 #ifndef ossimRpfMaskSubsection_HEADER
11 #define ossimRpfMaskSubsection_HEADER
12 #include <iostream>
13 
16 
19 
21 {
22 public:
24  const ossimRpfMaskSubsection& data);
26  virtual ~ossimRpfMaskSubsection();
27 
29  virtual void print(std::ostream& out)const;
30 
31 private:
33 };
34 
35 #endif
ossim_int32 ossimErrorCode
OSSIM_DLL ossimByteOrder byteOrder()
Definition: ossimCommon.cpp:54
std::ostream & print(H5::H5File *file, std::ostream &out)
Print method.
Definition: ossimH5Util.cpp:41
ostream & operator<<(ostream &out, const ossimAxes &axes)
Definition: ossimAxes.h:88
ossimByteOrder
std::basic_istream< char > istream
Base class for char input streams.
Definition: ossimIosFwd.h:20
ossimRpfMaskSubheader * theMaskSubheader
#define OSSIM_DLL
std::basic_ostream< char > ostream
Base class for char output streams.
Definition: ossimIosFwd.h:23