template struct cvflann::simpleDistance<ChiSquareDistance<ElementType>, ElementType>

#include <dist.h>

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

    typedef ChiSquareDistance<ElementType>::ResultType ResultType;

    // methods

    ResultType
    operator()(ResultType dist);
};