|
last update 20 Sep 2009 |
|
#include <cvrConvexHull.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) |
| cvr::convexHull::convexHull::parameters::parameters | ( | ) |
| cvr::convexHull::convexHull::parameters::parameters | ( | const parameters & | other | ) |
copy constructor
| other | the parameters object to be copied |
Reimplemented from cvr::functor::functor::parameters.
| cvr::convexHull::convexHull::parameters::~parameters | ( | ) | [virtual] |
| virtual parameters* cvr::convexHull::convexHull::parameters::clone | ( | ) | const [virtual] |
| parameters& cvr::convexHull::convexHull::parameters::copy | ( | const parameters & | other | ) |
copy the contents of a parameters object
| other | the parameters object to be copied |
| const std::string& cvr::convexHull::convexHull::parameters::name | ( | ) | const [virtual] |
| virtual parameters* cvr::convexHull::convexHull::parameters::newInstance | ( | ) | const [virtual] |
| parameters& cvr::convexHull::convexHull::parameters::operator= | ( | const parameters & | other | ) |
copy the contents of a parameters object
| other | the parameters object to be copied |
| virtual bool cvr::convexHull::convexHull::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::convexHull::convexHull::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.