65 m_eOpType(t),m_dValue(value){}
undocument this line if you encounter any issues!
Definition: Any.h:37
InplaceArithmeticalOp(optype t, icl64f value=0)
Create new instance with given operator type and optional value.
Definition: InplaceArithmeticalOp.h:64
icl64f m_dValue
value
Definition: InplaceArithmeticalOp.h:87
Ipp64f icl64f
64Bit floating point type for the ICL
Definition: BasicTypes.h:52
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)
void setOpType(optype t)
sets the current operator type
Definition: InplaceArithmeticalOp.h:80
optype getOpType() const
returns the current operator type
Definition: InplaceArithmeticalOp.h:77
optype
Optypes specify the certain operation.
Definition: InplaceArithmeticalOp.h:47
#define ICLFilter_API
Definition: CompatMacros.h:175
optype m_eOpType
operator type
Definition: InplaceArithmeticalOp.h:84
Inplace implementation for arithmetical operations.
Definition: InplaceArithmeticalOp.h:43
Interface class for inplace operators.
Definition: InplaceOp.h:47
void setValue(icl64f val)
sets the current value
Definition: InplaceArithmeticalOp.h:74
icl64f getValue() const
returns the current value
Definition: InplaceArithmeticalOp.h:71
ImgBase is the Image-Interface class that provides save access to underlying Img-template .
Definition: ImgBase.h:131