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

lti::iteratingFunctor< T > Class Template Reference

Base class for all iterating functors. More...

#include <ltiIteratingFunctor.h>

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

List of all members.

Public Member Functions

virtual vector< T > & apply (vector< T > &theObject) const =0
virtual vector< T > & apply (const vector< T > &theObject, vector< T > &newObject) const =0
virtual matrix< T > & apply (matrix< T > &theObject) const =0
virtual matrix< T > & apply (const matrix< T > &theObject, matrix< T > &newObject) const =0
virtual const char * getTypeName () const

Detailed Description

template<class T>
class lti::iteratingFunctor< T >

Base class for all iterating functors.


Member Function Documentation

template<class T >
virtual matrix<T>& lti::iteratingFunctor< T >::apply ( const matrix< T > &  theObject,
matrix< T > &  newObject 
) const [pure virtual]

onCopy version of apply.

applies the functor's function to the copy of 'theObject', 'newObject'.

Implemented in lti::absoluteValue< T >, lti::addScalar< T >, lti::logarithm< T >, lti::multiplyScalar< T >, lti::noise< T >, lti::squareRoot< T >, and lti::square< T >.

template<class T >
virtual matrix<T>& lti::iteratingFunctor< T >::apply ( matrix< T > &  theObject  )  const [pure virtual]

onPlace version of apply.

applies the functor's function to 'theObject'.

Implemented in lti::absoluteValue< T >, lti::addScalar< T >, lti::logarithm< T >, lti::multiplyScalar< T >, lti::noise< T >, lti::squareRoot< T >, and lti::square< T >.

template<class T >
virtual vector<T>& lti::iteratingFunctor< T >::apply ( const vector< T > &  theObject,
vector< T > &  newObject 
) const [pure virtual]

onCopy version of apply.

applies the functor's function to the copy of 'theObject', 'newObject'.

Implemented in lti::absoluteValue< T >, lti::addScalar< T >, lti::logarithm< T >, lti::multiplyScalar< T >, lti::noise< T >, lti::squareRoot< T >, and lti::square< T >.

template<class T >
virtual vector<T>& lti::iteratingFunctor< T >::apply ( vector< T > &  theObject  )  const [pure virtual]

onPlace version of apply.

applies the functor's function to 'theObject'.

Implemented in lti::absoluteValue< T >, lti::addScalar< T >, lti::logarithm< T >, lti::multiplyScalar< T >, lti::noise< T >, lti::squareRoot< T >, and lti::square< T >.

template<class T >
virtual const char* lti::iteratingFunctor< T >::getTypeName ( void   )  const [inline, virtual]

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

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