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

lti::mathFunction Class Reference

Abstract class, used as parent for all mathematical parametrical functions, like multi-variate gaussians. More...

#include <ltiMathFunction.h>

Inheritance diagram for lti::mathFunction:
Inheritance graph
[legend]
Collaboration diagram for lti::mathFunction:
Collaboration graph
[legend]

List of all members.

Classes

class  parameters
 the parameters for the class mathFunction More...

Public Member Functions

 mathFunction ()
 mathFunction (const mathFunction &other)
virtual ~mathFunction ()
virtual const char * getTypeName () const
mathFunctioncopy (const mathFunction &other)
mathFunctionoperator= (const mathFunction &other)
virtual functorclone () const
const parametersgetParameters () const

Detailed Description

Abstract class, used as parent for all mathematical parametrical functions, like multi-variate gaussians.


Constructor & Destructor Documentation

lti::mathFunction::mathFunction (  ) 

default constructor

lti::mathFunction::mathFunction ( const mathFunction other  ) 

copy constructor

Parameters:
other the object to be copied
virtual lti::mathFunction::~mathFunction (  )  [virtual]

destructor


Member Function Documentation

virtual functor* lti::mathFunction::clone (  )  const [virtual]

returns a pointer to a clone of this functor.

Implements lti::functor.

Reimplemented in lti::functionGenerator, lti::gaussian< T >, and lti::studentDistribution.

mathFunction& lti::mathFunction::copy ( const mathFunction other  ) 

copy data of "other" functor.

Parameters:
other the functor to be copied
Returns:
a reference to this functor object

Reimplemented from lti::functor.

Reimplemented in lti::functionGenerator, lti::gaussian< T >, and lti::studentDistribution.

const parameters& lti::mathFunction::getParameters (  )  const

returns used parameters

Reimplemented from lti::functor.

Reimplemented in lti::functionGenerator, lti::gaussian< T >, and lti::studentDistribution.

virtual const char* lti::mathFunction::getTypeName (  )  const [virtual]

returns the name of this type ("mathFunction")

Reimplemented from lti::functor.

Reimplemented in lti::functionGenerator, lti::gaussian< T >, and lti::studentDistribution.

mathFunction& lti::mathFunction::operator= ( const mathFunction other  ) 

alias for copy member

Parameters:
other the functor to be copied
Returns:
a reference to this functor object

Reimplemented from lti::functor.

Reimplemented in lti::functionGenerator, lti::gaussian< T >, and lti::studentDistribution.


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

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