A chain of TransformationChecker. More...
#include <PointMatcher.h>

Public Member Functions | |
| void | check (const TransformationParameters ¶meters, bool &iterate) |
| Check using all transformation checkers, set iterate to false if iteration should stop. | |
| void | init (const TransformationParameters ¶meters, bool &iterate) |
| Init all transformation checkers, set iterate to false if iteration should stop. | |
A chain of TransformationChecker.
Definition at line 522 of file PointMatcher.h.
| void PointMatcher< T >::TransformationCheckers::check | ( | const TransformationParameters & | parameters, |
| bool & | iterate | ||
| ) |
Check using all transformation checkers, set iterate to false if iteration should stop.
Definition at line 120 of file TransformationChecker.cpp.
| void PointMatcher< T >::TransformationCheckers::init | ( | const TransformationParameters & | parameters, |
| bool & | iterate | ||
| ) |
Init all transformation checkers, set iterate to false if iteration should stop.
Definition at line 112 of file TransformationChecker.cpp.