template struct cvflann::simpleDistance

#include <dist.h>

template <
    typename Distance,
    typename ElementType
    >
struct simpleDistance
{
    // typedefs

    typedef Distance::ResultType ResultType;

    // methods

    ResultType
    operator()(ResultType dist);
};