last update 20 Sep 2009 |
#include <cvrDistanceFunctor.h>
Public Member Functions | |
parameters () | |
parameters (const parameters &other) | |
virtual | ~parameters () |
parameters & | copy (const parameters &other) |
virtual const std::string & | name () const |
virtual parameters * | clone () const |
virtual parameters * | newInstance () const |
bool | write (ioHandler &handler, const bool complete) const |
bool | read (ioHandler &handler, const bool complete) |
Public Attributes | |
bool | rowWise |
cvr::distanceFunctor< T >::distanceFunctor::parameters::parameters | ( | ) |
cvr::distanceFunctor< T >::distanceFunctor::parameters::parameters | ( | const parameters & | other | ) |
copy constructor
other | the parameters object to be copied |
Reimplemented from cvr::functor::functor::parameters.
virtual cvr::distanceFunctor< T >::distanceFunctor::parameters::~parameters | ( | ) | [virtual] |
virtual parameters* cvr::distanceFunctor< T >::distanceFunctor::parameters::clone | ( | ) | const [virtual] |
parameters& cvr::distanceFunctor< T >::distanceFunctor::parameters::copy | ( | const parameters & | other | ) |
copy the contents of a parameters object
other | the parameters object to be copied |
virtual const std::string& cvr::distanceFunctor< T >::distanceFunctor::parameters::name | ( | ) | const [virtual] |
virtual parameters* cvr::distanceFunctor< T >::distanceFunctor::parameters::newInstance | ( | ) | const [virtual] |
bool cvr::distanceFunctor< T >::distanceFunctor::parameters::read | ( | ioHandler & | handler, | |
const bool | complete | |||
) | [virtual] |
read the parametersfrom the given ioHandler
handler | the ioHandler to be used | |
complete | if true (the default) the enclosing begin/end will be also written, otherwise only the data block will be written. |
Reimplemented from cvr::parametersManager::parametersManager::parameters.
bool cvr::distanceFunctor< T >::distanceFunctor::parameters::write | ( | ioHandler & | handler, | |
const bool | complete | |||
) | const [virtual] |
write the parameters in the given ioHandler
handler | the ioHandler to be used | |
complete | if true (the default) the enclosing begin/end will be also written, otherwise only the data block will be written. |
Reimplemented from cvr::parametersManager::parametersManager::parameters.
bool cvr::distanceFunctor< T >::distanceFunctor::parameters::rowWise |
determine whether distances between the row vectors in a matrix (true) or the column vectors in it (false) should be calculated.
Default value: true