|
last update 20 Sep 2009 |
|
#include <cvrLocationDetection.h>


Public Member Functions | |
| parameters () | |
| parameters (const parameters &other) | |
| ~parameters () | |
| parameters & | copy (const parameters &other) |
| parameters & | operator= (const parameters &other) |
| virtual const std::string & | name () const |
| 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 | |
| eBoundaryType | boundaryType |
| cvr::locationDetection::locationDetection::parameters::parameters | ( | ) |
Default constructor.
Reimplemented from cvr::functor::functor::parameters.
Reimplemented in cvr::fastHessianDetection::fastHessianDetection::parameters.
| cvr::locationDetection::locationDetection::parameters::parameters | ( | const parameters & | other | ) |
Copy constructor.
| other | the parameters object to be copied |
Reimplemented from cvr::functor::functor::parameters.
Reimplemented in cvr::fastHessianDetection::fastHessianDetection::parameters.
| cvr::locationDetection::locationDetection::parameters::~parameters | ( | ) | [virtual] |
Destructor.
Reimplemented from cvr::functor::functor::parameters.
Reimplemented in cvr::fastHessianDetection::fastHessianDetection::parameters.
| virtual parameters* cvr::locationDetection::locationDetection::parameters::clone | ( | ) | const [virtual] |
Returns a pointer to a clone of the parameters.
Implements cvr::functor::functor::parameters.
Reimplemented in cvr::fastHessianDetection::fastHessianDetection::parameters.
| parameters& cvr::locationDetection::locationDetection::parameters::copy | ( | const parameters & | other | ) |
Copy the contents of a parameters object.
| other | the parameters object to be copied |
Reimplemented in cvr::fastHessianDetection::fastHessianDetection::parameters.
| virtual const std::string& cvr::locationDetection::locationDetection::parameters::name | ( | ) | const [virtual] |
Returns the complete name of the parameters class.
Implements cvr::functor::functor::parameters.
Reimplemented in cvr::fastHessianDetection::fastHessianDetection::parameters.
| virtual parameters* cvr::locationDetection::locationDetection::parameters::newInstance | ( | ) | const [virtual] |
Returns a pointer to a new instance of the parameters.
Implements cvr::functor::functor::parameters.
Reimplemented in cvr::fastHessianDetection::fastHessianDetection::parameters.
| parameters& cvr::locationDetection::locationDetection::parameters::operator= | ( | const parameters & | other | ) |
Copy the contents of a parameters object.
| other | the parameters object to be copied |
Reimplemented in cvr::fastHessianDetection::fastHessianDetection::parameters.
| virtual bool cvr::locationDetection::locationDetection::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.
Reimplemented in cvr::fastHessianDetection::fastHessianDetection::parameters.
| virtual bool cvr::locationDetection::locationDetection::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.
Reimplemented in cvr::fastHessianDetection::fastHessianDetection::parameters.
| eBoundaryType cvr::locationDetection::locationDetection::parameters::boundaryType |