libopenraw
Public Member Functions | Public Attributes | List of all members
OpenRaw::RawData::Private Class Reference

Public Member Functions

 Private (RawData *_self)
 
void advance (size_t s)
 
void nextSlice ()
 
void nextRow ()
 

Public Attributes

RawDataself
 
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
 

Detailed Description

Definition at line 29 of file rawdata.cpp.

Constructor & Destructor Documentation

OpenRaw::RawData::Private::Private ( RawData _self)
inline

all the slice width.

Definition at line 44 of file rawdata.cpp.

Member Data Documentation

uint8_t OpenRaw::RawData::Private::slice

the slice index

Definition at line 38 of file rawdata.cpp.

uint32_t OpenRaw::RawData::Private::sliceOffset

the offset

Definition at line 40 of file rawdata.cpp.

uint32_t OpenRaw::RawData::Private::sliceWidth

the width of the current slice

Definition at line 39 of file rawdata.cpp.

Referenced by OpenRaw::RawData::setDimensions().


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