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

lti::maskAnd< T > Class Template Reference

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

#include <ltiMaskFunctors.h>

Inheritance diagram for lti::maskAnd< T >:
Inheritance graph
[legend]
Collaboration diagram for lti::maskAnd< 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::maskAnd< T >

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


Member Function Documentation

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

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

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

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

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

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

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

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


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