latest version v1.9 - last update 10 Apr 2010 |
alias with standard LTI-Lib interface for maskNot member of the maskFunctor More...
#include <ltiMaskFunctors.h>
Public Member Functions | |
bool | apply (matrix< T > &m1) |
bool | apply (const matrix< T > &m1, matrix< T > &result) |
alias with standard LTI-Lib interface for maskNot member of the maskFunctor
bool lti::maskNot< T >::apply | ( | const matrix< T > & | m1, | |
matrix< T > & | result | |||
) | [inline] |
apply on copy (see also lti::maskFunctor::maskNot())
m1 | first matrix | |
result | result container |
References lti::maskFunctor< T >::maskNot().
bool lti::maskNot< T >::apply | ( | matrix< T > & | m1 | ) | [inline] |
apply on place (see also lti::maskFunctor::maskNot())
m1 | source matrix and result |
References lti::maskFunctor< T >::maskNot().