| 
    queso-0.56.0
    
   | 
 
#include "kd_tree.h"#include "kd_util.h"#include "pr_queue.h"#include "pr_queue_k.h"#include <ANN/ANNperf.h>

Go to the source code of this file.
Variables | |
| double | ANNprEps | 
| int | ANNprDim | 
| ANNpoint | ANNprQ | 
| double | ANNprMaxErr | 
| ANNpointArray | ANNprPts | 
| ANNpr_queue * | ANNprBoxPQ | 
| ANNmin_k * | ANNprPointMK | 
| ANNpr_queue* ANNprBoxPQ | 
Definition at line 80 of file kd_pr_search.cpp.
Referenced by ANNbd_shrink::ann_pri_search(), and ANNkd_tree::annkPriSearch().
| int ANNprDim | 
Definition at line 76 of file kd_pr_search.cpp.
Referenced by ANNkd_leaf::ann_pri_search(), and ANNkd_tree::annkPriSearch().
| double ANNprEps | 
Definition at line 75 of file kd_pr_search.cpp.
| double ANNprMaxErr | 
Definition at line 78 of file kd_pr_search.cpp.
Referenced by ANNkd_tree::annkPriSearch().
| ANNmin_k* ANNprPointMK | 
Definition at line 81 of file kd_pr_search.cpp.
Referenced by ANNkd_tree::annkPriSearch().
| ANNpointArray ANNprPts | 
Definition at line 79 of file kd_pr_search.cpp.
Referenced by ANNkd_leaf::ann_pri_search(), and ANNkd_tree::annkPriSearch().
| ANNpoint ANNprQ | 
Definition at line 77 of file kd_pr_search.cpp.
Referenced by ANNbd_shrink::ann_pri_search(), ANNkd_leaf::ann_pri_search(), ANNkd_split::ann_pri_search(), and ANNkd_tree::annkPriSearch().