queso-0.53.0
|
Go to the source code of this file.
Macros | |
#define | MAX(a, b) ((a) > (b) ? (a) : (b)) |
Functions | |
void | annClose () |
ANNkd_ptr | rkd_tree (ANNpointArray pa, ANNidxArray pidx, int n, int dim, int bsp, ANNorthRect &bnd_box, ANNkd_splitter splitter) |
Variables | |
static int | IDX_TRIVIAL [] = {0} |
ANNkd_leaf * | KD_TRIVIAL = NULL |
const double | ANN_AR_TOOBIG = 1000 |
#define MAX | ( | a, | |
b | |||
) | ((a) > (b) ? (a) : (b)) |
Definition at line 131 of file kd_tree.cpp.
Referenced by ANNkdStats::merge().
void annClose | ( | ) |
ANNkd_ptr rkd_tree | ( | ANNpointArray | pa, |
ANNidxArray | pidx, | ||
int | n, | ||
int | dim, | ||
int | bsp, | ||
ANNorthRect & | bnd_box, | ||
ANNkd_splitter | splitter | ||
) |
Definition at line 314 of file kd_tree.cpp.
References dim, KD_TRIVIAL, and rkd_tree().
Referenced by ANNkd_tree::ANNkd_tree(), and rkd_tree().
const double ANN_AR_TOOBIG = 1000 |
Definition at line 145 of file kd_tree.cpp.
Referenced by ANNkd_leaf::getStats().
|
static |
Definition at line 49 of file kd_tree.cpp.
Referenced by ANNkd_tree::SkeletonTree().
ANNkd_leaf* KD_TRIVIAL = NULL |
Definition at line 50 of file kd_tree.cpp.
Referenced by ANNbd_shrink::ann_pri_search(), ANNkd_split::ann_pri_search(), annClose(), annReadTree(), ANNkd_leaf::dump(), rbd_tree(), rkd_tree(), ANNbd_shrink::~ANNbd_shrink(), and ANNkd_split::~ANNkd_split().