ContRap-Libraries
Public Member Functions | Data Fields

crp::RawPixel Class Reference

Defines the raw image pixel type. More...

#include <rawimage.h>

Public Member Functions

 RawPixel (unsigned char *data, int codec)
 Creates a raw pixel from data.

Data Fields

unsigned char * data
 Data of the pixel.
int codec
 Codec of the pixel.

Detailed Description

Defines the raw image pixel type.


Constructor & Destructor Documentation

crp::RawPixel::RawPixel ( unsigned char *  data,
int  codec 
) [inline]

Creates a raw pixel from data.

Parameters:
dataPosition of the pixel
codecCodec of the pixel

Field Documentation

Codec of the pixel.

unsigned char* crp::RawPixel::data

Data of the pixel.


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