Inheritance diagram for DiPalettePixelTemplate< T1, T2, T3 >:
Public Member Functions | |
DiPalettePixelTemplate (const DiDocument *docu, const DiInputPixel *pixel, DiLookupTable *palette[3], EI_Status &status) | |
constructor | |
virtual | ~DiPalettePixelTemplate () |
destructor | |
Private Member Functions | |
void | convert (const T1 *pixel, DiLookupTable *palette[3]) |
convert input pixel data to intermediate representation |
Definition at line 53 of file dipalpxt.h.
|
constructor
References DicomImageClass::checkDebugLevel(), DiPalettePixelTemplate< T1, T2, T3 >::convert(), DiInputPixel::getData(), and DiInputPixel::getPixelStart(). |
|
convert input pixel data to intermediate representation
References DiBaseLUT::getFirstEntry(), and DiColorPixelTemplate< T3 >::Init(). Referenced by DiPalettePixelTemplate< T1, T2, T3 >::DiPalettePixelTemplate(). |