|
last update 20 Sep 2009 |
|
#include <cvrEuclideanTransformation2D.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 | |
| fpoint | translation |
| float | angle |
| linearLeastSquares::parameters | llsParameters |
| cvr::euclideanTransformation2D::euclideanTransformation2D::parameters::parameters | ( | ) |
| cvr::euclideanTransformation2D::euclideanTransformation2D::parameters::parameters | ( | const parameters & | other | ) |
Copy constructor.
| other | the parameters object to be copied |
Reimplemented from cvr::functor::functor::parameters.
| cvr::euclideanTransformation2D::euclideanTransformation2D::parameters::~parameters | ( | ) | [virtual] |
| virtual parameters* cvr::euclideanTransformation2D::euclideanTransformation2D::parameters::clone | ( | ) | const [virtual] |
| parameters& cvr::euclideanTransformation2D::euclideanTransformation2D::parameters::copy | ( | const parameters & | other | ) |
Copy the contents of a parameters object.
| other | the parameters object to be copied |
| virtual const std::string& cvr::euclideanTransformation2D::euclideanTransformation2D::parameters::name | ( | ) | const [virtual] |
| virtual parameters* cvr::euclideanTransformation2D::euclideanTransformation2D::parameters::newInstance | ( | ) | const [virtual] |
Returns a pointer to a new instance of the parameters.
Implements cvr::functor::functor::parameters.
| parameters& cvr::euclideanTransformation2D::euclideanTransformation2D::parameters::operator= | ( | const parameters & | other | ) |
Copy the contents of a parameters object.
| other | the parameters object to be copied |
| virtual bool cvr::euclideanTransformation2D::euclideanTransformation2D::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::euclideanTransformation2D::euclideanTransformation2D::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.
| float cvr::euclideanTransformation2D::euclideanTransformation2D::parameters::angle |
Magnitude of the rotation, provided in radians.
If the given value is greater than 2Pi then it is assumed to be given in degrees.
Default value: 0
| linearLeastSquares::parameters cvr::euclideanTransformation2D::euclideanTransformation2D::parameters::llsParameters |
Parameters used in the linearLeastSquares functor for the estimation tasks.
Default value: default
| fpoint cvr::euclideanTransformation2D::euclideanTransformation2D::parameters::translation |
Magnitude of the translation in x and y directions.
Default value: 0