#include <mrwcontainer.h>
Public Member Functions | |
MRWContainer (IO::Stream *file, off_t offset=0) | |
virtual | ~MRWContainer () |
virtual IFDFileContainer::EndianType | isMagicHeader (const char *p, int len) |
off_t | pixelDataOffset () |
Public Attributes | |
MRW::DataBlock::Ref | mrm |
MRW::DataBlock::Ref | prd |
MRW::DataBlock::Ref | ttw |
MRW::DataBlock::Ref | wbg |
MRW::DataBlock::Ref | rif |
Protected Member Functions | |
virtual bool | locateDirsPreHook () |
Definition at line 221 of file mrwcontainer.h.
OpenRaw::Internals::MRWContainer::~MRWContainer | ( | ) | [virtual] |
destructor
Definition at line 108 of file mrwcontainer.cpp.
IFDFileContainer::EndianType OpenRaw::Internals::MRWContainer::isMagicHeader | ( | const char * | p, | |
int | len | |||
) | [virtual] |
Check the MRW magic header.
Definition at line 114 of file mrwcontainer.cpp.
References OpenRaw::Internals::RawContainer::ENDIAN_BIG.
off_t OpenRaw::Internals::MRWContainer::pixelDataOffset | ( | ) | [inline] |
Return offset of pixel array data from start of file.
Definition at line 245 of file mrwcontainer.h.