|
OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossimRpfMaskSubsection.h>
Public Member Functions | |
| ossimRpfMaskSubsection () | |
| virtual | ~ossimRpfMaskSubsection () |
| ossimErrorCode | parseStream (std::istream &in, ossimByteOrder byteOrder) |
| virtual void | print (std::ostream &out) const |
Private Attributes | |
| ossimRpfMaskSubheader * | theMaskSubheader |
Friends | |
| std::ostream & | operator<< (std::ostream &out, const ossimRpfMaskSubsection &data) |
Definition at line 20 of file ossimRpfMaskSubsection.h.
| ossimRpfMaskSubsection::ossimRpfMaskSubsection | ( | ) |
Definition at line 12 of file ossimRpfMaskSubsection.cpp.
References theMaskSubheader.
|
virtual |
Definition at line 18 of file ossimRpfMaskSubsection.cpp.
References theMaskSubheader.
| ossimErrorCode ossimRpfMaskSubsection::parseStream | ( | std::istream & | in, |
| ossimByteOrder | byteOrder | ||
| ) |
Definition at line 27 of file ossimRpfMaskSubsection.cpp.
References ossim::byteOrder(), ossimErrorCodes::OSSIM_ERROR, ossimErrorCodes::OSSIM_OK, ossimRpfMaskSubheader::parseStream(), and theMaskSubheader.
Referenced by ossimRpfHeader::getNewMaskSubsection().
|
virtual |
Definition at line 44 of file ossimRpfMaskSubsection.cpp.
References theMaskSubheader.
Referenced by operator<<().
|
friend |
Definition at line 5 of file ossimRpfMaskSubsection.cpp.
|
private |
Definition at line 32 of file ossimRpfMaskSubsection.h.
Referenced by ossimRpfMaskSubsection(), parseStream(), print(), and ~ossimRpfMaskSubsection().
1.8.14