Inheritance diagram for DiARGBPixelTemplate< T1, T2, T3 >:
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 |
Definition at line 50 of file diargpxt.h.
|
constructor
Definition at line 65 of file diargpxt.h. References DiARGBPixelTemplate< T1, T2, T3 >::convert(), DiInputPixel::getData(), and DiInputPixel::getPixelStart(). |
|
convert input pixel data to intermediate representation
Definition at line 93 of file diargpxt.h. References DiPixel::Count, DiColorPixelTemplate< T3 >::Data, DiColorPixelTemplate< T3 >::Init(), DiPixel::InputCount, and DicomImageClass::maxval(). Referenced by DiARGBPixelTemplate< T1, T2, T3 >::DiARGBPixelTemplate(). |