Image Component Library (ICL)
|
This is the complete list of members for icl::filter::BinaryArithmeticalOp, including all inherited members.
absSubOp enum value | icl::filter::BinaryArithmeticalOp | |
addOp enum value | icl::filter::BinaryArithmeticalOp | |
apply(const core::ImgBase *poSrc1, const core::ImgBase *poSrc2, core::ImgBase **poDst) | icl::filter::BinaryArithmeticalOp | virtual |
apply(const core::ImgBase *operand1, const core::ImgBase *operand2, core::ImgBase **result)=0 | icl::filter::BinaryArithmeticalOp | |
apply(const core::ImgBase *operand1, const core::ImgBase *operand2) | icl::filter::BinaryArithmeticalOp | |
icl::filter::BinaryOp::apply(const core::ImgBase *operand1, const core::ImgBase *operand2) | icl::filter::BinaryOp | virtual |
BinaryArithmeticalOp(optype t) | icl::filter::BinaryArithmeticalOp | inline |
BinaryOp() | icl::filter::BinaryOp | |
BinaryOp(const BinaryOp &other) | icl::filter::BinaryOp | |
check(const core::ImgBase *operand1, const core::ImgBase *operand2, bool checkDepths=true) | icl::filter::BinaryOp | inlineprotectedstatic |
divOp enum value | icl::filter::BinaryArithmeticalOp | |
getCheckOnly() const | icl::filter::BinaryOp | inline |
getClipToROI() const | icl::filter::BinaryOp | inline |
getOpType() const | icl::filter::BinaryArithmeticalOp | inline |
m_eOpType | icl::filter::BinaryArithmeticalOp | private |
mulOp enum value | icl::filter::BinaryArithmeticalOp | |
operator()(const core::ImgBase *src1, const core::ImgBase *src2, core::ImgBase **dst) | icl::filter::BinaryOp | inline |
operator()(const core::ImgBase *src1, const core::ImgBase *src2) | icl::filter::BinaryOp | inline |
operator()(const core::ImgBase &sr1, const core::ImgBase &src2) | icl::filter::BinaryOp | inline |
operator=(const BinaryOp &other) | icl::filter::BinaryOp | |
optype enum name | icl::filter::BinaryArithmeticalOp | |
prepare(core::ImgBase **ppoDst, core::depth eDepth, const utils::Size &imgSize, core::format eFormat, int nChannels, const utils::Rect &roi, utils::Time timestamp=utils::Time::null) | icl::filter::BinaryOp | inlineprotected |
prepare(core::ImgBase **ppoDst, const core::ImgBase *poSrc) | icl::filter::BinaryOp | inlineprotectedvirtual |
prepare(core::ImgBase **ppoDst, const core::ImgBase *poSrc, core::depth eDepth) | icl::filter::BinaryOp | inlineprotectedvirtual |
setCheckOnly(bool bCheckOnly) | icl::filter::BinaryOp | inline |
setClipToROI(bool bClipToROI) | icl::filter::BinaryOp | inline |
setOpType(optype t) | icl::filter::BinaryArithmeticalOp | inline |
subOp enum value | icl::filter::BinaryArithmeticalOp | |
~BinaryArithmeticalOp() | icl::filter::BinaryArithmeticalOp | inlinevirtual |
~BinaryOp() | icl::filter::BinaryOp | virtual |