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
Definition at line 65 of file dimocpt.h. References DiMonoCopyTemplate< T >::copy(), DiPixel::getCount(), and DiPixel::getData(). |
|
copy specified amount of pixel data
Definition at line 91 of file dimocpt.h. References OFBitmanipTemplate< T >::copyMem(), DiMonoPixelTemplate< T >::Data, and DiPixel::getCount(). Referenced by DiMonoCopyTemplate< T >::DiMonoCopyTemplate(). |