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