Inheritance diagram for DiColorCopyTemplate< T >:
Public Member Functions | |
DiColorCopyTemplate (const DiColorPixel *pixel, const unsigned long fstart, const unsigned long fcount, const unsigned long fsize) | |
constructor | |
~DiColorCopyTemplate () | |
destructor | |
Private Member Functions | |
void | copy (const T *pixel[3], const unsigned long offset) |
copy specified amount of pixel data |
Definition at line 50 of file dicocpt.h.
|
constructor
Definition at line 63 of file dicocpt.h. References DiColorCopyTemplate< T >::copy(), DiPixel::getCount(), and DiPixel::getData(). |
|
copy specified amount of pixel data
Definition at line 90 of file dicocpt.h. References OFBitmanipTemplate< T >::copyMem(), and DiColorPixelTemplate< T >::Init(). Referenced by DiColorCopyTemplate< T >::DiColorCopyTemplate(). |