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 | |
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 | |
void | convert (const T1 *pixel, DiLookupTable *palette[3]) |
convert input pixel data to intermediate representation |
Definition at line 53 of file dipalpxt.h.
|
constructor
Definition at line 66 of file dipalpxt.h. References DicomImageClass::checkDebugLevel(), DiPalettePixelTemplate< T1, T2, T3 >::convert(), DiInputPixel::getData(), and DiInputPixel::getPixelStart(). |
|
constructor
Definition at line 66 of file dipalpxt.h. References DicomImageClass::checkDebugLevel(), DiPalettePixelTemplate< T1, T2, T3 >::convert(), DiInputPixel::getData(), and DiInputPixel::getPixelStart(). |
|
convert input pixel data to intermediate representation
Definition at line 103 of file dipalpxt.h. References DiBaseLUT::getFirstEntry(), DiBaseLUT::getLastEntry(), and DiColorPixelTemplate< T3 >::Init(). |
|
convert input pixel data to intermediate representation
Definition at line 103 of file dipalpxt.h. References DiBaseLUT::getFirstEntry(), DiBaseLUT::getLastEntry(), and DiColorPixelTemplate< T3 >::Init(). Referenced by DiPalettePixelTemplate< T1, T2, T3 >::DiPalettePixelTemplate(). |