#include "KDTree.h"#include <limits>#include <list>#include <vector>Include dependency graph for KDTreeImpl.h:

Go to the source code of this file.
Namespaces | |
| namespace | KDTreeSpace |
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) |
|
||||||||||||||||
|
Definition at line 507 of file KDTreeImpl.h. |
|
||||||||||||||||
|
Definition at line 513 of file KDTreeImpl.h. References KDTreeSpace::BestMatch< KE >::_distance. |
1.3.9.1