22 #ifndef OR_INTERNALS_RAFCONTAINER_H_
23 #define OR_INTERNALS_RAFCONTAINER_H_
28 #include "io/stream.hpp"
29 #include "rawcontainer.hpp"
40 class IfdFileContainer;
41 class RafMetaContainer;
64 const std::string & getModel();
68 uint32_t getJpegOffset()
const
70 return m_offsetDirectory.jpegOffset;
72 uint32_t getJpegLength()
const
74 return m_offsetDirectory.jpegLength;
76 uint32_t getCfaOffset()
const
78 return m_offsetDirectory.cfaOffset;
80 uint32_t getCfaLength()
const
82 return m_offsetDirectory.cfaLength;
std::shared_ptr< Stream > Ptr
virtual ~RafContainer()
Destructor.
Generic interface for the RAW file container.
Global namespace for libopenraw.