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

#include <dist.h>

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

    typedef HellingerDistance<ElementType>::ResultType ResultType;

    // methods

    ResultType
    operator()(ResultType dist);
};