21 #ifndef OR_INTERNALS_RAWFILE_PRIV_H_
22 #define OR_INTERNALS_RAWFILE_PRIV_H_
28 #include "rawfile.hpp"
36 OpenRaw::RawFile::TypeId camera;
48 ThumbDesc(uint32_t _x, uint32_t _y, ::or_data_type _type,
49 size_t _offset,
size_t _length)
50 :
x(_x),
y(_y),
type(_type)
51 ,
offset(_offset), length(_length)
58 :
x(0),
y(0),
type(OR_DATA_TYPE_NONE)
69 typedef std::map<uint32_t, ThumbDesc> ThumbLocations;