|
queso-0.57.1
|
Go to the source code of this file.
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 |
| void annClose | ( | ) |
Definition at line 221 of file kd_tree.cpp.
References KD_TRIVIAL.
Referenced by QUESO::distANN_XY(), and main().
| 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, and KD_TRIVIAL.
Referenced by ANNkd_tree::ANNkd_tree().
| const double ANN_AR_TOOBIG = 1000 |
Definition at line 145 of file kd_tree.cpp.
|
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 annClose(), annReadTree(), rbd_tree(), rkd_tree(), and ANNkd_tree::SkeletonTree().