Public Member Functions | Static Public Member Functions
MatchersImpl< T >::NullMatcher Struct Reference

#include <MatchersImpl.h>

Inheritance diagram for MatchersImpl< T >::NullMatcher:
Inheritance graph
[legend]

List of all members.

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 ()

Detailed Description

template<typename T>
struct MatchersImpl< T >::NullMatcher

Definition at line 57 of file MatchersImpl.h.


Member Function Documentation

template<typename T >
static const std::string MatchersImpl< T >::NullMatcher::description ( ) [inline, static]

Definition at line 59 of file MatchersImpl.h.

template<typename T >
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.

template<typename T >
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.


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


upstream_src
Author(s):
autogenerated on Mon Oct 6 2014 10:27:42