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

lti::maskOr< T > Class Template Reference

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

#include <ltiMaskFunctors.h>

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

List of all members.

Public Member Functions

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

Detailed Description

template<class T>
class lti::maskOr< T >

alias with standard LTI-interface for maskOr member of the maskFunctor


Member Function Documentation

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

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

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

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

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

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

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

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


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