libopenraw
|
Public Member Functions | |
ORFFile (IO::Stream *) | |
Static Public Member Functions | |
static RawFile * | factory (IO::Stream *) |
Protected Member Functions | |
virtual IFDDir::Ref | _locateCfaIfd () |
virtual IFDDir::Ref | _locateMainIfd () |
virtual ::or_error | _getRawData (RawData &data, uint32_t options) |
Definition at line 38 of file orffile.cpp.
or_error OpenRaw::Internals::ORFFile::_getRawData | ( | RawData & | data, |
uint32_t | options | ||
) | [protected, virtual] |
get the RAW data
data | the RAW data |
option | the option bits |
Implements OpenRaw::RawFile.
Definition at line 95 of file orffile.cpp.
References OpenRaw::Internals::IFDFile::_getRawDataFromDir(), and OpenRaw::Internals::IFDFile::m_cfaIfd.