template struct cvflann::squareDistance

#include <dist.h>

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

    typedef Distance::ResultType ResultType;

    // methods

    ResultType
    operator()(ResultType dist);
};