Struct NearestNeighborsLinear::ElemSort

Nested Relationships

This struct is a nested type of Template Class NearestNeighborsLinear.

Struct Documentation

struct ElemSort

Public Functions

inline ElemSort(const _T &e, const typename NearestNeighbors<_T>::DistanceFunction &df)
inline bool operator()(const _T &a, const _T &b) const

Public Members

const _T &e_
const NearestNeighbors<_T>::DistanceFunction &df_