Public Member Functions | Static Public Member Functions | List of all members
TransformationsImpl< T >::SimilarityTransformation Struct Reference

#include <TransformationsImpl.h>

Inheritance diagram for TransformationsImpl< T >::SimilarityTransformation:
Inheritance graph
[legend]

Public Member Functions

virtual bool checkParameters (const TransformationParameters &parameters) const
 Nothing to check for a similarity transform. More...
 
virtual DataPoints compute (const DataPoints &input, const TransformationParameters &parameters) const
 SimilarityTransformation. More...
 
virtual TransformationParameters correctParameters (const TransformationParameters &parameters) const
 Nothing to correct for a similarity transform. More...
 
virtual void inPlaceCompute (const TransformationParameters &parameters, DataPoints &cloud) const
 SimilarityTransformation. More...
 
 SimilarityTransformation ()
 
- Public Member Functions inherited from PointMatcher< T >::Transformation
virtual bool checkParameters (const TransformationParameters &parameters) const =0
 Return whether the given parameters respect the expected constraints. More...
 
virtual DataPoints compute (const DataPoints &input, const TransformationParameters &parameters) const =0
 Transform input using the transformation matrix. More...
 
virtual TransformationParameters correctParameters (const TransformationParameters &parameters) const =0
 Return a valid version of the given transformation. More...
 
virtual void inPlaceCompute (const TransformationParameters &parameters, 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 &params)
 Construct with parameters. More...
 
virtual ~Transformation ()
 virtual destructor More...
 
- Public Member Functions inherited from PointMatcherSupport::Parametrizable
template<typename S >
get (const std::string &paramName)
 Return the value of paramName, lexically-casted to S. More...
 
std::string getParamValueString (const std::string &paramName)
 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 &params)
 Construct with documented parameters. More...
 
virtual ~Parametrizable ()
 Virtual destructor, do nothing. More...
 

Static Public Member Functions

static const std::string description ()
 
- Static Public Member Functions inherited from PointMatcherSupport::Parametrizable
template<typename S >
static bool Comp (std::string a, std::string b)
 Return whether a < b, lexically casted to S. More...
 

Additional Inherited Members

- Public Types inherited from PointMatcherSupport::Parametrizable
typedef bool(* LexicalComparison) (std::string a, std::string b)
 A function that returns whether a is smaller than b. More...
 
typedef std::string Parameter
 alias More...
 
typedef std::map< std::string, ParameterParameters
 Parameters stored as a map of string->string. More...
 
typedef std::vector< ParameterDocParametersDoc
 The documentation of all parameters. More...
 
typedef std::set< std::string > ParametersUsed
 Parameters whose value has been read. More...
 
- Public Attributes inherited from PointMatcherSupport::Parametrizable
const std::string className
 name of the class More...
 
Parameters parameters
 parameters with their values encoded in string More...
 
const ParametersDoc parametersDoc
 documentation of parameters More...
 
ParametersUsed parametersUsed
 parameters whose value has actually been read More...
 

Detailed Description

template<typename T>
struct TransformationsImpl< T >::SimilarityTransformation

Definition at line 68 of file TransformationsImpl.h.

Constructor & Destructor Documentation

◆ SimilarityTransformation()

template<typename T >
TransformationsImpl< T >::SimilarityTransformation::SimilarityTransformation ( )
inline

Definition at line 75 of file TransformationsImpl.h.

Member Function Documentation

◆ checkParameters()

template<typename T >
bool TransformationsImpl< T >::SimilarityTransformation::checkParameters ( const TransformationParameters parameters) const
virtual

Nothing to check for a similarity transform.

Definition at line 243 of file TransformationsImpl.cpp.

◆ compute()

template<typename T >
PointMatcher< T >::DataPoints TransformationsImpl< T >::SimilarityTransformation::compute ( const DataPoints input,
const TransformationParameters parameters 
) const
virtual

◆ correctParameters()

template<typename T >
PointMatcher< T >::TransformationParameters TransformationsImpl< T >::SimilarityTransformation::correctParameters ( const TransformationParameters parameters) const
virtual

Nothing to correct for a similarity transform.

Definition at line 251 of file TransformationsImpl.cpp.

◆ description()

template<typename T >
static const std::string TransformationsImpl< T >::SimilarityTransformation::description ( )
inlinestatic

Definition at line 70 of file TransformationsImpl.h.

◆ inPlaceCompute()

template<typename T >
void TransformationsImpl< T >::SimilarityTransformation::inPlaceCompute ( const TransformationParameters parameters,
DataPoints cloud 
) const
virtual

The documentation for this struct was generated from the following files:


libpointmatcher
Author(s):
autogenerated on Sat May 27 2023 02:38:04