|
latest version v1.9 - last update 10 Apr 2010 |
|
alias with standard LTI-Lib interface for invert 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 invert member of the maskFunctor
| bool lti::maskInvert< T >::apply | ( | const matrix< T > & | m1, | |
| matrix< T > & | result | |||
| ) | [inline] |
apply on copy
| m1 | first matrix | |
| result | result container |
References lti::maskFunctor< T >::invert().
| bool lti::maskInvert< T >::apply | ( | matrix< T > & | m1 | ) | [inline] |
apply on place apply on place (see also lti::maskFunctor::maskNot())
| m1 | source matrix and result |
References lti::maskFunctor< T >::invert().