21 #ifndef OR_INTERNALS_RAWFILE_PRIV_H_
22 #define OR_INTERNALS_RAWFILE_PRIV_H_
28 #include "rawfile.hpp"
29 #include "bitmapdata.hpp"
37 OpenRaw::RawFile::TypeId camera;
50 std::unique_ptr<BitmapData>&& d)
57 size_t _offset,
size_t _length)
58 :
x(_x),
y(_y),
type(_type)
59 ,
offset(_offset), length(_length)
67 :
x(0),
y(0),
type(OR_DATA_TYPE_NONE)
76 std::unique_ptr<BitmapData>
data;
79 typedef std::map<uint32_t, ThumbDesc> ThumbLocations;
std::unique_ptr< BitmapData > data
Global namespace for libopenraw.