![]() |
University of Murcia, Spain ![]() |
QVIPPCopyC3P3Worker< TYPE > Class Template ReferenceWorker which applies IPP function CopyC3P3.
More...
|
Public Member Functions | |
void | iterate () |
Function to be defined in subclasses with processing code. | |
template<> | |
QVIPPCopyC3P3Worker (QString name) | |
template<> | |
void | iterate () |
Function to be defined in subclasses with processing code. |
Definition at line 73 of file qvippworkers.h.
void QVIPPCopyC3P3Worker< TYPE >::iterate | ( | ) | [virtual] |
Function to be defined in subclasses with processing code.
This function should contain the code to process data, that will be executed continuously until worker is finished.
Reimplemented from QVWorker.
void QVIPPCopyC3P3Worker< uChar >::iterate | ( | ) | [inline, virtual] |
Function to be defined in subclasses with processing code.
This function should contain the code to process data, that will be executed continuously until worker is finished.
Reimplemented from QVWorker.
Definition at line 115 of file qvippworkers.cpp.