Public Member Functions | |
Private (RawData *_self) | |
void | advance (size_t s) |
void | nextSlice () |
void | nextRow () |
Public Attributes | |
RawData * | self |
uint16_t | min |
uint16_t | max |
CfaPattern | cfa_pattern |
uint32_t | compression |
uint8_t * | pos |
size_t | offset |
size_t | row_offset |
uint8_t | slice |
uint32_t | sliceWidth |
uint32_t | sliceOffset |
std::vector< uint16_t > | slices |
Definition at line 29 of file rawdata.cpp.
OpenRaw::RawData::Private::Private | ( | RawData * | _self | ) | [inline] |
all the slice width.
Definition at line 44 of file rawdata.cpp.
uint8_t OpenRaw::RawData::Private::slice |
the slice index
Definition at line 38 of file rawdata.cpp.
the offset
Definition at line 40 of file rawdata.cpp.
the width of the current slice
Definition at line 39 of file rawdata.cpp.
Referenced by OpenRaw::RawData::setDimensions().