![]() |
University of Murcia, Spain ![]() |
QVIPPCopyP3C3Worker< TYPE > Class Template ReferenceWorker which applies IPP function CopyP3C3.
More...
|
Public Member Functions | |
void | iterate () |
Function to be defined in subclasses with processing code. | |
template<> | |
void | iterate () |
Function to be defined in subclasses with processing code. |
Definition at line 60 of file qvippworkers.h.
void QVIPPCopyP3C3Worker< 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 QVIPPCopyP3C3Worker< 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 83 of file qvippworkers.cpp.