OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
ossimRpfFrameFileIndexSectionSubheader.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: ossimRpfFrameFileIndexSectionSubheader.h 16997 2010-04-12 18:53:48Z dburken $
10 #ifndef ossimRpfFrameFileIndexSectionSubheader_HEADER
11 #define ossimRpfFrameFileIndexSectionSubheader_HEADER
12 
13 #include <iosfwd>
14 
18 
20 {
21 public:
24 
27 
30 
34 
36 
38 
46  void writeStream(std::ostream& out);
47 
57  std::ostream& print(std::ostream& out) const;
58 
59  ossim_uint32 getOffset() const;
63 
67 
68  void clearFields();
69 private:
75 };
76 
77 #endif
ossim_int32 ossimErrorCode
ossimReferenced allows for shared object ref counting if the reference count ever gets to 0 or less i...
OSSIM_DLL ossimByteOrder byteOrder()
Definition: ossimCommon.cpp:54
unsigned short ossim_uint16
std::ostream & print(std::ostream &out) const
print method that outputs a key/value type format adding prefix to keys.
unsigned int ossim_uint32
ossimByteOrder
friend std::ostream & operator<<(std::ostream &out, const ossimRpfFrameFileIndexSectionSubheader &data)
std::basic_istream< char > istream
Base class for char input streams.
Definition: ossimIosFwd.h:20
ossimErrorCode parseStream(std::istream &in, ossimByteOrder byteOrder)
std::basic_ostream< char > ostream
Base class for char output streams.
Definition: ossimIosFwd.h:23
const ossimRpfFrameFileIndexSectionSubheader & operator=(const ossimRpfFrameFileIndexSectionSubheader &rhs)
assignment operator