LTI-Lib latest version v1.9 - last update 10 Apr 2010

lti::maskNot< T > Class Template Reference

alias with standard LTI-Lib interface for maskNot member of the maskFunctor More...

#include <ltiMaskFunctors.h>

Inheritance diagram for lti::maskNot< T >:
Inheritance graph
[legend]
Collaboration diagram for lti::maskNot< T >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

bool apply (matrix< T > &m1)
bool apply (const matrix< T > &m1, matrix< T > &result)

Detailed Description

template<class T>
class lti::maskNot< T >

alias with standard LTI-Lib interface for maskNot member of the maskFunctor


Member Function Documentation

template<class T >
bool lti::maskNot< T >::apply ( const matrix< T > &  m1,
matrix< T > &  result 
) [inline]

apply on copy (see also lti::maskFunctor::maskNot())

Parameters:
m1 first matrix
result result container
Returns:
true if successful, false otherwise

References lti::maskFunctor< T >::maskNot().

template<class T >
bool lti::maskNot< T >::apply ( matrix< T > &  m1  )  [inline]

apply on place (see also lti::maskFunctor::maskNot())

Parameters:
m1 source matrix and result
Returns:
true if successful, false otherwise

References lti::maskFunctor< T >::maskNot().


The documentation for this class was generated from the following file:

Generated on Sat Apr 10 15:28:30 2010 for LTI-Lib by Doxygen 1.6.1