|
virtual bool | checkParameters (const TransformationParameters ¶meters) const |
| Nothing to check for a similarity transform. More...
|
|
virtual DataPoints | compute (const DataPoints &input, const TransformationParameters ¶meters) const |
| SimilarityTransformation. More...
|
|
virtual TransformationParameters | correctParameters (const TransformationParameters ¶meters) const |
| Nothing to correct for a similarity transform. More...
|
|
virtual void | inPlaceCompute (const TransformationParameters ¶meters, DataPoints &cloud) const |
| SimilarityTransformation. More...
|
|
| SimilarityTransformation () |
|
virtual bool | checkParameters (const TransformationParameters ¶meters) const =0 |
| Return whether the given parameters respect the expected constraints. More...
|
|
virtual DataPoints | compute (const DataPoints &input, const TransformationParameters ¶meters) const =0 |
| Transform input using the transformation matrix. More...
|
|
virtual TransformationParameters | correctParameters (const TransformationParameters ¶meters) const =0 |
| Return a valid version of the given transformation. More...
|
|
virtual void | inPlaceCompute (const TransformationParameters ¶meters, DataPoints &cloud) const =0 |
| Transform point cloud in-place using the transformation matrix. More...
|
|
| Transformation () |
| Construct without parameter. More...
|
|
| Transformation (const std::string &className, const ParametersDoc paramsDoc, const Parameters ¶ms) |
| Construct with parameters. More...
|
|
virtual | ~Transformation () |
| virtual destructor More...
|
|
template<typename S > |
S | get (const std::string ¶mName) |
| Return the value of paramName, lexically-casted to S. More...
|
|
std::string | getParamValueString (const std::string ¶mName) |
| Get the value of a parameter, as a string. More...
|
|
| Parametrizable () |
| Construct a documentation of parameters from a description in the source. More...
|
|
| Parametrizable (const std::string &className, const ParametersDoc paramsDoc, const Parameters ¶ms) |
| Construct with documented parameters. More...
|
|
virtual | ~Parametrizable () |
| Virtual destructor, do nothing. More...
|
|
template<typename T>
struct TransformationsImpl< T >::SimilarityTransformation
Definition at line 68 of file TransformationsImpl.h.