struct nanoflann::KDTreeSingleIndexAdaptor::IntervalΒΆ

#include <nanoflann.hpp>

struct Interval
{
    //
fields

    ElementType low;
    ElementType high;
};