Exiv2
Static Public Member Functions | List of all members
Exiv2::Internal::OlympusMnHeader Class Reference

Header of an Olympus Makernote. More...

#include <makernote_int.hpp>

Inheritance diagram for Exiv2::Internal::OlympusMnHeader:
Inheritance graph
[legend]

Public Member Functions

Creators
 OlympusMnHeader ()
 Default constructor.
 
Manipulators
bool read (const byte *pData, size_t size, ByteOrder byteOrder) override
 Read the header from a data buffer, return true if ok.
 
Accessors
size_t size () const override
 Return the size of the header (in bytes).
 
size_t write (IoWrapper &ioWrapper, ByteOrder byteOrder) const override
 Write the header to a data buffer, return the number of bytes written.
 
size_t ifdOffset () const override
 Return the offset to the start of the Makernote IFD from the start of the Makernote (= the start of the header).
 
- Public Member Functions inherited from Exiv2::Internal::MnHeader
virtual ~MnHeader ()=default
 Virtual destructor.
 
virtual void setByteOrder (ByteOrder byteOrder)
 Set the byte order for the makernote.
 
virtual ByteOrder byteOrder () const
 Return the byte order for the makernote. If the return value is invalidByteOrder, this means that the byte order of the the image should be used for the makernote.
 
virtual size_t baseOffset (size_t mnOffset) const
 Return the base offset for the makernote IFD entries relative to the start of the TIFF header. mnOffset is the offset to the makernote from the start of the TIFF header.
 

Static Public Member Functions

static size_t sizeOfSignature ()
 Return the size of the makernote header signature.
 

Detailed Description

Header of an Olympus Makernote.


The documentation for this class was generated from the following files: