latest version v1.9 - last update 10 Apr 2010 |
the parameters for the class boundsFunctor More...
#include <ltiBoundsFunctor.h>
Public Member Functions | |
parameters () | |
parameters (const parameters &other) | |
~parameters () | |
const char * | getTypeName () const |
parameters & | copy (const parameters &other) |
virtual functor::parameters * | clone () const |
Public Attributes | |
bool | rowWise |
the parameters for the class boundsFunctor
lti::boundsFunctor< T >::parameters::parameters | ( | void | ) | [inline] |
default constructor
Reimplemented from lti::statisticsFunctor::parameters.
References lti::boundsFunctor< T >::parameters::rowWise.
Referenced by lti::boundsFunctor< T >::parameters::clone().
lti::boundsFunctor< T >::parameters::parameters | ( | const parameters & | other | ) | [inline] |
copy constructor
other | the parameters object to be copied |
Reimplemented from lti::statisticsFunctor::parameters.
References lti::boundsFunctor< T >::parameters::copy().
lti::boundsFunctor< T >::parameters::~parameters | ( | ) | [inline, virtual] |
destructor
Reimplemented from lti::statisticsFunctor::parameters.
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().
parameters& lti::boundsFunctor< T >::parameters::copy | ( | const parameters & | other | ) | [inline] |
copy the contents of a parameters object
other | the parameters object to be copied |
Reimplemented from lti::statisticsFunctor::parameters.
References lti::statisticsFunctor::parameters::copy(), and lti::boundsFunctor< T >::parameters::rowWise.
Referenced by lti::boundsFunctor< T >::parameters::parameters().
const char* lti::boundsFunctor< T >::parameters::getTypeName | ( | void | ) | const [inline, virtual] |
returns name of this type
Reimplemented from lti::statisticsFunctor::parameters.
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().