|
virtual IFDDir::Ref | _locateCfaIfd () |
|
virtual IFDDir::Ref | _locateMainIfd () |
|
virtual ::or_error | _getRawData (RawData &data, uint32_t options) |
|
| IFDFile (IO::Stream *s, Type _type, bool instantiateContainer=true) |
|
virtual ::or_error | _enumThumbnailSizes (std::vector< uint32_t > &list) |
|
virtual ::or_error | _locateThumbnail (const IFDDir::Ref &dir, std::vector< uint32_t > &list) |
|
::or_error | _getRawDataFromDir (RawData &data, IFDDir::Ref &dir) |
|
virtual IFDDir::Ref | _locateExifIfd () |
|
virtual void | _identifyId () |
|
virtual MetaValue * | _getMetaValue (int32_t meta_index) |
|
| RawFile (IO::Stream *s, Type _type) |
|
void | _setTypeId (TypeId _type_id) |
|
TypeId | _typeIdFromModel (const std::string &model) |
|
void | _setIdMap (const camera_ids_t *map) |
|
Definition at line 37 of file arwfile.h.
or_error OpenRaw::Internals::ARWFile::_getRawData |
( |
RawData & |
data, |
|
|
uint32_t |
options |
|
) |
| |
|
protectedvirtual |
get the RAW data
- Parameters
-
data | the RAW data |
option | the option bits |
- Returns
- OR_ERROR_NONE if success Return the data compressed or uncompressed.
Implements OpenRaw::RawFile.
Definition at line 81 of file arwfile.cpp.
The documentation for this class was generated from the following files: