Inheritance diagram for DiRGBPixelTemplate< T1, T2 >:
Public Member Functions | |
DiRGBPixelTemplate (const DiDocument *docu, const DiInputPixel *pixel, EI_Status &status, const unsigned long planeSize, const int bits) | |
constructor | |
virtual | ~DiRGBPixelTemplate () |
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 dirgbpxt.h.
|
constructor
References DiRGBPixelTemplate< T1, T2 >::convert(), DiInputPixel::getData(), and DiInputPixel::getPixelStart(). |
|
convert input pixel data to intermediate representation
References DiColorPixelTemplate< T2 >::Init(). Referenced by DiRGBPixelTemplate< T1, T2 >::DiRGBPixelTemplate(). |