44 op(op),src(src),dst(dst){}
core::ImgBase * dst
Wrapped dst image.
Definition: UnaryOpWork.h:61
virtual void perform()
working function
Definition: UnaryOpWork.h:50
undocument this line if you encounter any issues!
Definition: Any.h:37
virtual ~UnaryOpWork()
Destructor.
Definition: UnaryOpWork.h:47
UnaryOp * op
Wrapped op.
Definition: UnaryOpWork.h:55
const core::ImgBase * src
Wrapped src image.
Definition: UnaryOpWork.h:58
plugin class for work packages performed parallel
Definition: MultiThreader.h:165
Abstract Base class for Unary Operators.
Definition: UnaryOp.h:51
ICLQt_API core::Img< T > filter(const core::Img< T > &image, const std::string &filter)
applies a filter operation on the source image (affinity for float)
#define ICLFilter_API
Definition: CompatMacros.h:175
UnaryOpWork(UnaryOp *op, const core::ImgBase *src, core::ImgBase *dst)
Construktor.
Definition: UnaryOpWork.h:43
Internally used Plugin class for multithreaded unary operations.
Definition: UnaryOpWork.h:41
ImgBase is the Image-Interface class that provides save access to underlying Img-template .
Definition: ImgBase.h:131