Inheritance diagram for DiMonoCopyTemplate< T >:
Public Member Functions | |
DiMonoCopyTemplate (const DiMonoPixel *pixel, const unsigned long fstart, const unsigned long fcount, const unsigned long fsize) | |
constructor | |
~DiMonoCopyTemplate () | |
destructor | |
Private Member Functions | |
void | copy (const T *pixel) |
copy specified amount of pixel data |
Definition at line 52 of file dimocpt.h.
|
constructor
References DiMonoCopyTemplate< T >::copy(), DiPixel::getCount(), and DiPixel::getData(). |
|
copy specified amount of pixel data
References OFBitmanipTemplate< T >::copyMem(), and DiPixel::getCount(). Referenced by DiMonoCopyTemplate< T >::DiMonoCopyTemplate(). |