#include <MatchersImpl.h>
Public Member Functions | |
virtual Matches | findClosests (const DataPoints &filteredReading) |
Find the closest neighbors of filteredReading in filteredReference passed to init() | |
virtual void | init (const DataPoints &filteredReference) |
Init this matcher to find nearest neighbor in filteredReference. | |
Static Public Member Functions | |
static const std::string | description () |
Definition at line 57 of file MatchersImpl.h.
static const std::string MatchersImpl< T >::NullMatcher::description | ( | ) | [inline, static] |
Definition at line 59 of file MatchersImpl.h.
PointMatcher< T >::Matches MatchersImpl< T >::NullMatcher::findClosests | ( | const DataPoints & | filteredReading | ) | [virtual] |
Find the closest neighbors of filteredReading in filteredReference passed to init()
Implements PointMatcher< T >::Matcher.
Definition at line 48 of file MatchersImpl.cpp.
void MatchersImpl< T >::NullMatcher::init | ( | const DataPoints & | filteredReference | ) | [virtual] |
Init this matcher to find nearest neighbor in filteredReference.
Implements PointMatcher< T >::Matcher.
Definition at line 41 of file MatchersImpl.cpp.