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

lti::probabilityMap2D::parameters Class Reference

the parameters for the class probabilityMap2D More...

#include <ltiProbabilityMap2D.h>

Inheritance diagram for lti::probabilityMap2D::parameters:
Inheritance graph
[legend]
Collaboration diagram for lti::probabilityMap2D::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)
parametersoperator= (const parameters &other)
virtual functor::parametersclone () const
virtual bool isObjectColorModelValid () const
virtual bool isNonObjectColorModelValid () const

Detailed Description

the parameters for the class probabilityMap2D


Constructor & Destructor Documentation

lti::probabilityMap2D::parameters::parameters (  ) 

default constructor

Reimplemented from lti::probabilityMapBase::parameters.

lti::probabilityMap2D::parameters::parameters ( const parameters other  ) 

copy constructor

Parameters:
other the parameters object to be copied

Reimplemented from lti::probabilityMapBase::parameters.

lti::probabilityMap2D::parameters::~parameters (  )  [virtual]

destructor

Reimplemented from lti::probabilityMapBase::parameters.


Member Function Documentation

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

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

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.

Returns:
true if valid, false otherwise.

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.

Returns:
true if valid, false otherwise.

Implements lti::probabilityMapBase::parameters.

parameters& lti::probabilityMap2D::parameters::operator= ( const parameters other  ) 

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::probabilityMapBase::parameters.


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

Generated on Sat Apr 10 15:27:42 2010 for LTI-Lib by Doxygen 1.6.1