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

#include <dist.h>

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

    typedef HellingerDistance<ElementType>::ResultType ResultType;

    // methods

    ResultType
    operator()(ResultType dist);
};