88 m_eOpType(t),m_dValue(value){}
optype m_eOpType
optype
Definition: InplaceLogicalOp.h:108
undocument this line if you encounter any issues!
Definition: Any.h:37
void setOpType(optype t)
set current optype
Definition: InplaceLogicalOp.h:103
icl64f getValue() const
returns current value
Definition: InplaceLogicalOp.h:94
Filter class for logical in-place operations.
Definition: InplaceLogicalOp.h:71
icl64f m_dValue
value
Definition: InplaceLogicalOp.h:111
Ipp64f icl64f
64Bit floating point type for the ICL
Definition: BasicTypes.h:52
optype
Definition: InplaceLogicalOp.h:74
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)
InplaceLogicalOp(optype t, icl64f value=0)
Creates a new InplaceLogicalOp instance with given optype and value.
Definition: InplaceLogicalOp.h:87
optype getOpType() const
returns current optype
Definition: InplaceLogicalOp.h:100
#define ICLFilter_API
Definition: CompatMacros.h:175
Interface class for inplace operators.
Definition: InplaceOp.h:47
void setValue(icl64f val)
set current value
Definition: InplaceLogicalOp.h:97
ImgBase is the Image-Interface class that provides save access to underlying Img-template .
Definition: ImgBase.h:131