#include <TransformationCheckersImpl.h>

Public Member Functions | |
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW | BoundTransformationChecker (const Parameters ¶ms=Parameters()) |
| virtual void | check (const TransformationParameters ¶meters, bool &iterate) |
| Set iterate to false if iteration should stop. | |
| virtual void | init (const TransformationParameters ¶meters, bool &iterate) |
| Init, set iterate to false if iteration should stop. | |
Static Public Member Functions | |
| static const ParametersDoc | availableParameters () |
| static const std::string | description () |
Public Attributes | |
| const T | maxRotationNorm |
| const T | maxTranslationNorm |
Protected Attributes | |
| T | initialRotation2D |
| Quaternion | initialRotation3D |
| Vector | initialTranslation |
Definition at line 108 of file TransformationCheckersImpl.h.
| TransformationCheckersImpl< T >::BoundTransformationChecker::BoundTransformationChecker | ( | const Parameters & | params = Parameters() | ) |
Definition at line 164 of file TransformationCheckersImpl.cpp.
| static const ParametersDoc TransformationCheckersImpl< T >::BoundTransformationChecker::availableParameters | ( | ) | [inline, static] |
Definition at line 114 of file TransformationCheckersImpl.h.
| void TransformationCheckersImpl< T >::BoundTransformationChecker::check | ( | const TransformationParameters & | parameters, |
| bool & | iterate | ||
| ) | [virtual] |
Set iterate to false if iteration should stop.
Implements PointMatcher< T >::TransformationChecker.
Definition at line 195 of file TransformationCheckersImpl.cpp.
| static const std::string TransformationCheckersImpl< T >::BoundTransformationChecker::description | ( | ) | [inline, static] |
Definition at line 110 of file TransformationCheckersImpl.h.
| void TransformationCheckersImpl< T >::BoundTransformationChecker::init | ( | const TransformationParameters & | parameters, |
| bool & | iterate | ||
| ) | [virtual] |
Init, set iterate to false if iteration should stop.
Implements PointMatcher< T >::TransformationChecker.
Definition at line 180 of file TransformationCheckersImpl.cpp.
T TransformationCheckersImpl< T >::BoundTransformationChecker::initialRotation2D [protected] |
Definition at line 127 of file TransformationCheckersImpl.h.
Quaternion TransformationCheckersImpl< T >::BoundTransformationChecker::initialRotation3D [protected] |
Definition at line 126 of file TransformationCheckersImpl.h.
Vector TransformationCheckersImpl< T >::BoundTransformationChecker::initialTranslation [protected] |
Definition at line 128 of file TransformationCheckersImpl.h.
| const T TransformationCheckersImpl< T >::BoundTransformationChecker::maxRotationNorm |
Definition at line 122 of file TransformationCheckersImpl.h.
| const T TransformationCheckersImpl< T >::BoundTransformationChecker::maxTranslationNorm |
Definition at line 123 of file TransformationCheckersImpl.h.