latest version v1.9 - last update 10 Apr 2010 |
the parameters for the class probabilityMap2D More...
#include <ltiProbabilityMap2D.h>
Public Member Functions | |
parameters () | |
parameters (const parameters &other) | |
~parameters () | |
const char * | getTypeName () const |
parameters & | copy (const parameters &other) |
parameters & | operator= (const parameters &other) |
virtual functor::parameters * | clone () const |
virtual bool | isObjectColorModelValid () const |
virtual bool | isNonObjectColorModelValid () const |
the parameters for the class probabilityMap2D
lti::probabilityMap2D::parameters::parameters | ( | ) |
default constructor
Reimplemented from lti::probabilityMapBase::parameters.
lti::probabilityMap2D::parameters::parameters | ( | const parameters & | other | ) |
copy constructor
other | the parameters object to be copied |
Reimplemented from lti::probabilityMapBase::parameters.
lti::probabilityMap2D::parameters::~parameters | ( | ) | [virtual] |
destructor
Reimplemented from lti::probabilityMapBase::parameters.
virtual functor::parameters* lti::probabilityMap2D::parameters::clone | ( | ) | const [virtual] |
returns a pointer to a clone of the parameters
Reimplemented from lti::transform::parameters.
parameters& lti::probabilityMap2D::parameters::copy | ( | const parameters & | other | ) |
copy the contents of a parameters object
other | the parameters object to be copied |
Reimplemented from lti::probabilityMapBase::parameters.
const char* lti::probabilityMap2D::parameters::getTypeName | ( | ) | const [virtual] |
returns name of this type
Reimplemented from lti::probabilityMapBase::parameters.
virtual bool lti::probabilityMap2D::parameters::isNonObjectColorModelValid | ( | ) | const [virtual] |
check if the non-object color model is valid
Valid means that the model has already been set (with setObjectColorModel) and that the dimensionality of the model is 2.
Implements lti::probabilityMapBase::parameters.
virtual bool lti::probabilityMap2D::parameters::isObjectColorModelValid | ( | ) | const [virtual] |
check if the object color model is valid.
Valid means that the model has already been set (with setObjectColorModel) and that the dimensionality of the model is 2.
Implements lti::probabilityMapBase::parameters.
parameters& lti::probabilityMap2D::parameters::operator= | ( | const parameters & | other | ) |
copy the contents of a parameters object
other | the parameters object to be copied |
Reimplemented from lti::probabilityMapBase::parameters.