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. More... | |
void | init (const TransformationParameters ¶meters, bool &iterate) |
Init all transformation checkers, set iterate to false if iteration should stop. More... | |
A chain of TransformationChecker.
Definition at line 608 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.