#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 | |
| ANNpr_queue * | ANNprBoxPQ |
| int | ANNprDim |
| double | ANNprEps |
| double | ANNprMaxErr |
| ANNmin_k * | ANNprPointMK |
| ANNpointArray | ANNprPts |
| ANNpoint | ANNprQ |
Definition at line 80 of file kd_pr_search.cpp.
Referenced by ANNbd_shrink::ann_pri_search().
| 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().
Definition at line 81 of file kd_pr_search.cpp.
Definition at line 79 of file kd_pr_search.cpp.
Referenced by ANNkd_leaf::ann_pri_search(), and ANNkd_tree::annkPriSearch().
Definition at line 77 of file kd_pr_search.cpp.
Referenced by ANNkd_leaf::ann_pri_search(), ANNkd_split::ann_pri_search(), ANNbd_shrink::ann_pri_search(), and ANNkd_tree::annkPriSearch().
1.6.1