libopenraw
|
Public Member Functions | |
Private (Type t) | |
Public Attributes | |
Type | m_type |
TypeId | m_type_id |
std::vector< uint32_t > | m_sizes |
Internals::ThumbLocations | m_thumbLocations |
std::map< int32_t, MetaValue * > | m_metadata |
const camera_ids_t * | m_cam_ids |
const Internals::BuiltinColourMatrix * | m_matrices |
Definition at line 123 of file rawfile.cpp.
std::vector<uint32_t> OpenRaw::RawFile::Private::m_sizes |
list of thumbnail sizes
Definition at line 148 of file rawfile.cpp.
Referenced by OpenRaw::RawFile::listThumbnailSizes().
Type OpenRaw::RawFile::Private::m_type |
the real type of the raw file
Definition at line 144 of file rawfile.cpp.
Referenced by OpenRaw::RawFile::type().
TypeId OpenRaw::RawFile::Private::m_type_id |
the raw file type id
Definition at line 146 of file rawfile.cpp.
Referenced by OpenRaw::RawFile::_setTypeId(), OpenRaw::RawFile::_typeId(), and OpenRaw::RawFile::typeId().