OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
ossimRpfAttributeOffsetRecord.h
Go to the documentation of this file.
1 #ifndef ossimRpfAttributeOffsetRecord_HEADER
2 #define ossimRpfAttributeOffsetRecord_HEADER 1
3 
7 
9 {
10 public:
12  const ossimRpfAttributeOffsetRecord& data);
13 
16 
18  void print(std::ostream& out)const;
22 
23 private:
24  void clearFields();
250 
255 
265 
272 };
273 
274 #endif
ossim_int32 ossimErrorCode
friend std::ostream & operator<<(std::ostream &out, const ossimRpfAttributeOffsetRecord &data)
OSSIM_DLL ossimByteOrder byteOrder()
Definition: ossimCommon.cpp:54
unsigned short ossim_uint16
unsigned int ossim_uint32
ossimByteOrder
std::basic_istream< char > istream
Base class for char input streams.
Definition: ossimIosFwd.h:20
ossimErrorCode parseStream(ossim::istream &in, ossimByteOrder byteOrder)
unsigned char ossim_uint8
std::basic_ostream< char > ostream
Base class for char output streams.
Definition: ossimIosFwd.h:23