Public Member Functions | |
MySort (const _T &e, const typename NearestNeighbors< _T >::DistanceFunction &df) | |
bool | operator() (const _T &a, const _T &b) const |
Public Attributes | |
const NearestNeighbors< _T > ::DistanceFunction & | df_ |
const _T & | e_ |
Definition at line 157 of file NearestNeighborsLinear.h.
ompl::NearestNeighborsLinear< _T >::MySort::MySort | ( | const _T & | e, | |
const typename NearestNeighbors< _T >::DistanceFunction & | df | |||
) | [inline] |
Definition at line 159 of file NearestNeighborsLinear.h.
bool ompl::NearestNeighborsLinear< _T >::MySort::operator() | ( | const _T & | a, | |
const _T & | b | |||
) | const [inline] |
Definition at line 163 of file NearestNeighborsLinear.h.
const NearestNeighbors<_T>::DistanceFunction& ompl::NearestNeighborsLinear< _T >::MySort::df_ |
Definition at line 169 of file NearestNeighborsLinear.h.
const _T& ompl::NearestNeighborsLinear< _T >::MySort::e_ |
Definition at line 168 of file NearestNeighborsLinear.h.