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

lti::boundsFunctor< T >::parameters Class Reference

the parameters for the class boundsFunctor More...

#include <ltiBoundsFunctor.h>

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

List of all members.

Public Member Functions

 parameters ()
 parameters (const parameters &other)
 ~parameters ()
const char * getTypeName () const
parameterscopy (const parameters &other)
virtual functor::parametersclone () const

Public Attributes

bool rowWise

Detailed Description

template<class T>
class lti::boundsFunctor< T >::parameters

the parameters for the class boundsFunctor


Constructor & Destructor Documentation

template<class T>
lti::boundsFunctor< T >::parameters::parameters ( void   )  [inline]
template<class T>
lti::boundsFunctor< T >::parameters::parameters ( const parameters other  )  [inline]

copy constructor

Parameters:
other the parameters object to be copied

Reimplemented from lti::statisticsFunctor::parameters.

References lti::boundsFunctor< T >::parameters::copy().

template<class T>
lti::boundsFunctor< T >::parameters::~parameters (  )  [inline, virtual]

destructor

Reimplemented from lti::statisticsFunctor::parameters.


Member Function Documentation

template<class T>
virtual functor::parameters* lti::boundsFunctor< T >::parameters::clone (  )  const [inline, virtual]

returns a pointer to a clone of the parameters

Reimplemented from lti::statisticsFunctor::parameters.

References lti::boundsFunctor< T >::parameters::parameters().

template<class T>
parameters& lti::boundsFunctor< T >::parameters::copy ( const parameters other  )  [inline]

copy the contents of a parameters object

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

Reimplemented from lti::statisticsFunctor::parameters.

References lti::statisticsFunctor::parameters::copy(), and lti::boundsFunctor< T >::parameters::rowWise.

Referenced by lti::boundsFunctor< T >::parameters::parameters().

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

returns name of this type

Reimplemented from lti::statisticsFunctor::parameters.


Member Data Documentation

template<class T>
bool lti::boundsFunctor< T >::parameters::rowWise

If this flag is true, the mean computation will be row-wise, i.e.

the computation will use the rows of the matrix as row-vectors. This is much faster than column-wise, since data do not have to be copied.

Referenced by lti::boundsFunctor< T >::parameters::copy(), and lti::boundsFunctor< T >::parameters::parameters().


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

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