libopenraw
Public Member Functions | Friends | List of all members
OpenRaw::Internals::CIFFContainer Class Reference

#include <ciffcontainer.h>

Inheritance diagram for OpenRaw::Internals::CIFFContainer:
OpenRaw::Internals::RawContainer

Public Member Functions

 CIFFContainer (IO::Stream *file)
 
CIFF::Heap::Ref heap ()
 
const CIFF::HeapFileHeaderheader () const
 
CIFF::Heap::Ref getImageProps ()
 
const CIFF::RecordEntrygetRawDataRecord () const
 
const CIFF::ImageSpecgetImageSpec ()
 
const CIFF::Heap::Ref getCameraProps ()
 
- Public Member Functions inherited from OpenRaw::Internals::RawContainer
 RawContainer (IO::Stream *_file, off_t offset)
 
virtual ~RawContainer ()
 
IO::Streamfile ()
 
EndianType endian () const
 
bool readInt8 (IO::Stream *f, int8_t &v)
 
bool readUInt8 (IO::Stream *f, uint8_t &v)
 
bool readInt16 (IO::Stream *f, int16_t &v)
 
bool readInt32 (IO::Stream *f, int32_t &v)
 
bool readUInt16 (IO::Stream *f, uint16_t &v)
 
bool readUInt32 (IO::Stream *f, uint32_t &v)
 
size_t fetchData (void *buf, const off_t offset, const size_t buf_size)
 

Friends

class CIFF::HeapFileHeader
 

Additional Inherited Members

- Public Types inherited from OpenRaw::Internals::RawContainer
enum  EndianType { ENDIAN_NULL = 0, ENDIAN_BIG, ENDIAN_LITTLE }
 
- Protected Member Functions inherited from OpenRaw::Internals::RawContainer
 RawContainer (const RawContainer &)
 
RawContaineroperator= (const RawContainer &)
 
void setEndian (EndianType _endian)
 
- Protected Attributes inherited from OpenRaw::Internals::RawContainer
IO::Streamm_file
 
off_t m_offset
 
EndianType m_endian
 

Detailed Description

CIFF container as described by the CIFF documentation

Definition at line 230 of file ciffcontainer.h.


The documentation for this class was generated from the following files: