Hugintrunk
0.1
|
Classes | |
class | BestMatch |
class | HyperRectangle |
class | QueueEntry |
class | KDTree |
class | KDTreeElemInterface |
Functions | |
template<class KE , class VTYPE > | |
bool | operator< (const QueueEntry< KE, VTYPE > &iA, const QueueEntry< KE, VTYPE > &iB) |
template<class KE > | |
bool | operator> (const BestMatch< KE > &iA, const BestMatch< KE > &iB) |
bool KDTreeSpace::operator< | ( | const QueueEntry< KE, VTYPE > & | iA, |
const QueueEntry< KE, VTYPE > & | iB | ||
) |
Definition at line 507 of file KDTreeImpl.h.
bool KDTreeSpace::operator> | ( | const BestMatch< KE > & | iA, |
const BestMatch< KE > & | iB | ||
) |
Definition at line 513 of file KDTreeImpl.h.
References KDTreeSpace::BestMatch< KE >::_distance.