struct cvflann::KDTreeSingleIndex::Interval

struct Interval
{
    // fields

    DistanceType high;
    DistanceType low;
};