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 37 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 105 of file orffile.cpp.
References OpenRaw::Internals::IFDFile::_getRawDataFromDir(), OpenRaw::Internals::IFDFile::m_cfaIfd, OpenRaw::BitmapData::setDataType(), and OpenRaw::BitmapData::size().