last update 20 Sep 2009 |
#include <cvrQuickMedian.h>
Public Member Functions | |
parameters () | |
parameters (const parameters &other) | |
~parameters () | |
const std::string & | name () const |
parameters & | copy (const parameters &other) |
parameters & | operator= (const parameters &other) |
virtual parameters * | clone () const |
virtual parameters * | newInstance () const |
virtual bool | write (ioHandler &handler, const bool complete=true) const |
virtual bool | read (ioHandler &handler, const bool complete=true) |
Public Attributes | |
eMedianEvenCase | medianEvenCase |
cvr::quickMedian::quickMedian::parameters::parameters | ( | ) |
cvr::quickMedian::quickMedian::parameters::parameters | ( | const parameters & | other | ) |
copy constructor
other | the parameters object to be copied |
Reimplemented from cvr::functor::functor::parameters.
cvr::quickMedian::quickMedian::parameters::~parameters | ( | ) | [virtual] |
virtual parameters* cvr::quickMedian::quickMedian::parameters::clone | ( | ) | const [virtual] |
parameters& cvr::quickMedian::quickMedian::parameters::copy | ( | const parameters & | other | ) |
copy the contents of a parameters object
other | the parameters object to be copied |
const std::string& cvr::quickMedian::quickMedian::parameters::name | ( | ) | const [virtual] |
virtual parameters* cvr::quickMedian::quickMedian::parameters::newInstance | ( | ) | const [virtual] |
parameters& cvr::quickMedian::quickMedian::parameters::operator= | ( | const parameters & | other | ) |
virtual bool cvr::quickMedian::quickMedian::parameters::read | ( | ioHandler & | handler, | |
const bool | complete = true | |||
) | [virtual] |
Read the parameters from 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.
virtual bool cvr::quickMedian::quickMedian::parameters::write | ( | ioHandler & | handler, | |
const bool | complete = true | |||
) | 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.
eMedianEvenCase cvr::quickMedian::quickMedian::parameters::medianEvenCase |
Specifies how to consider the case when the number of elements of the vector is even (see cvr::eMedianEvenCase).
This parameter has no effect for odd-sized vectors.
Default value: TakeLower