DCMTK
Version 3.6.1 20120515
OFFIS DICOM Toolkit
|
Template class to handle ARGB pixel data. More...
Public Member Functions | |
DiARGBPixelTemplate (const DiDocument *docu, const DiInputPixel *pixel, DiLookupTable *palette[3], EI_Status &status, const unsigned long planeSize, const int bits) | |
constructor | |
virtual | ~DiARGBPixelTemplate () |
destructor | |
Private Member Functions | |
void | convert (const T1 *pixel, DiLookupTable *palette[3], const unsigned long planeSize, const int bits) |
convert input pixel data to intermediate representation |
Template class to handle ARGB pixel data.
DiARGBPixelTemplate< T1, T2, T3 >::DiARGBPixelTemplate | ( | const DiDocument * | docu, |
const DiInputPixel * | pixel, | ||
DiLookupTable * | palette[3], | ||
EI_Status & | status, | ||
const unsigned long | planeSize, | ||
const int | bits | ||
) | [inline] |
constructor
docu | pointer to DICOM document |
pixel | pointer to input pixel representation |
palette | pointer to RGB color palette |
status | reference to status variable |
planeSize | number of pixels in a plane |
bits | number of bits per sample |
void DiARGBPixelTemplate< T1, T2, T3 >::convert | ( | const T1 * | pixel, |
DiLookupTable * | palette[3], | ||
const unsigned long | planeSize, | ||
const int | bits | ||
) | [inline, private] |
convert input pixel data to intermediate representation
pixel | pointer to input pixel data |
palette | pointer to RGB color palette |
planeSize | number of pixels in a plane |
bits | number of bits per sample |