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 |
Definition at line 50 of file dicmypxt.h.
|
constructor
Definition at line 64 of file dicmypxt.h. References DiCMYKPixelTemplate< T1, T2 >::convert(), DiInputPixel::getData(), and DiInputPixel::getPixelStart(). |
|
convert input pixel data to intermediate representation
Definition at line 90 of file dicmypxt.h. References DiPixel::Count, DiColorPixelTemplate< T2 >::Data, DiColorPixelTemplate< T2 >::Init(), DiPixel::InputCount, and DicomImageClass::maxval(). Referenced by DiCMYKPixelTemplate< T1, T2 >::DiCMYKPixelTemplate(). |