Image Component Library (ICL)
|
Internally used Plugin class for multithreaded unary operations. More...
#include <UnaryOpWork.h>
Public Member Functions | |
UnaryOpWork (UnaryOp *op, const core::ImgBase *src, core::ImgBase *dst) | |
Construktor. More... | |
virtual | ~UnaryOpWork () |
Destructor. More... | |
virtual void | perform () |
working function More... | |
Public Member Functions inherited from icl::utils::MultiThreader::Work | |
virtual | ~Work () |
virtual destructor doing nothing More... | |
Private Attributes | |
UnaryOp * | op |
Wrapped op. More... | |
const core::ImgBase * | src |
Wrapped src image. More... | |
core::ImgBase * | dst |
Wrapped dst image. More... | |
Internally used Plugin class for multithreaded unary operations.
|
inline |
Construktor.
|
inlinevirtual |
Destructor.
|
inlinevirtual |
working function
Implements icl::utils::MultiThreader::Work.
|
private |
Wrapped dst image.
|
private |
Wrapped op.
|
private |
Wrapped src image.