|
| virtual bool | checkParameters (const TransformationParameters ¶meters) const |
| |
| virtual DataPoints | compute (const DataPoints &input, const TransformationParameters ¶meters) const |
| |
| virtual TransformationParameters | correctParameters (const TransformationParameters ¶meters) const |
| |
| virtual void | inPlaceCompute (const TransformationParameters ¶meters, DataPoints &cloud) const |
| |
| | PureTranslation () |
| |
| 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...
|
| |
| template<typename T > |
| std::vector< T > | getVector (const std::string ¶mName) |
| | Return the value of paramName, lexically-casted std::vector<S> 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 >::PureTranslation
Definition at line 82 of file TransformationsImpl.h.