libopenraw
|
#include <ciffcontainer.hpp>
Public Member Functions | |
CIFFContainer (const IO::Stream::Ptr &file) | |
CIFFContainer (const CIFFContainer &)=delete | |
CIFFContainer & | operator= (const CIFFContainer &)=delete |
CIFF::Heap::Ref | heap () |
const CIFF::HeapFileHeader & | header () const |
CIFF::Heap::Ref | getImageProps () |
const CIFF::RecordEntry * | getRawDataRecord () const |
const CIFF::ImageSpec * | getImageSpec () |
const CIFF::Heap::Ref | getCameraProps () |
![]() | |
RawContainer (const IO::Stream::Ptr &_file, off_t offset) | |
virtual | ~RawContainer () |
const IO::Stream::Ptr & | file () |
EndianType | endian () const |
off_t | offset () const |
bool | readInt8 (const IO::Stream::Ptr &f, int8_t &v) |
bool | readUInt8 (const IO::Stream::Ptr &f, uint8_t &v) |
bool | readInt16 (const IO::Stream::Ptr &f, int16_t &v) |
bool | readInt32 (const IO::Stream::Ptr &f, int32_t &v) |
bool | readUInt16 (const IO::Stream::Ptr &f, uint16_t &v) |
bool | readUInt32 (const IO::Stream::Ptr &f, uint32_t &v) |
size_t | fetchData (void *buf, off_t offset, size_t buf_size) |
Friends | |
class | CIFF::HeapFileHeader |
Additional Inherited Members | |
![]() | |
enum | EndianType { ENDIAN_NULL = 0, ENDIAN_BIG, ENDIAN_LITTLE } |
![]() | |
RawContainer (const RawContainer &) | |
RawContainer & | operator= (const RawContainer &) |
void | setEndian (EndianType _endian) |
![]() | |
IO::Stream::Ptr | m_file |
off_t | m_offset |
EndianType | m_endian |
CIFF container as described by the CIFF documentation
Definition at line 239 of file ciffcontainer.hpp.