libopenraw
|
#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 () |
A container for a Minolta Raw object.
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.
Reimplemented from OpenRaw::Internals::IFDFileContainer.
Definition at line 114 of file mrwcontainer.cpp.
bool OpenRaw::Internals::MRWContainer::locateDirsPreHook | ( | ) | [protected, virtual] |
hook to be called at the start of _locateDirs()
Reimplemented from OpenRaw::Internals::IFDFileContainer.
Definition at line 134 of file mrwcontainer.cpp.
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.
Referenced by OpenRaw::Internals::MRWFile::_getRawData().