FiReS
0.2.0
FiReS - Filter, Retrieval and Search
|
Parent comparer class that provides the distance computation virtual method. More...
#include <Comparer.h>
Public Member Functions | |
virtual float | distance (const Property &f1, const Property &f2) const |
Virtual method to compute distance. More... | |
Parent comparer class that provides the distance computation virtual method.
This method has to be rewritten by the actual comparer which have to be derived from this class.
Definition at line 38 of file Comparer.h.
Virtual method to compute distance.
Has to be rewritten by the specific comparers.
f1 | First property to compare. |
f2 | Second property to compare. |
Reimplemented in fires::ScalarComparer< T * >, and fires::ScalarComparer< T >.
Referenced by fires::ScalarComparer< T * >::distance().