|
queso-0.56.1
|

Go to the source code of this file.
Macros | |
| #define | PA(i, d) (pa[pidx[(i)]][(d)]) |
| #define | PP(i) (pa[pidx[(i)]]) |
| #define | PASWAP(a, b) { int tmp = pidx[a]; pidx[a] = pidx[b]; pidx[b] = tmp; } |
| #define PA | ( | i, | |
| d | |||
| ) | (pa[pidx[(i)]][(d)]) |
Definition at line 42 of file kd_util.cpp.
Referenced by annEnclRect(), annMedianSplit(), annMinMax(), annPlaneSplit(), annSplitBalance(), and annSpread().
| #define PASWAP | ( | a, | |
| b | |||
| ) | { int tmp = pidx[a]; pidx[a] = pidx[b]; pidx[b] = tmp; } |
Definition at line 228 of file kd_util.cpp.
Referenced by annBoxSplit(), annMedianSplit(), and annPlaneSplit().
| #define PP | ( | i | ) | (pa[pidx[(i)]]) |
Definition at line 44 of file kd_util.cpp.
Referenced by annBoxSplit().
| double annAspectRatio | ( | int | dim, |
| const ANNorthRect & | bnd_box | ||
| ) |
Definition at line 52 of file kd_util.cpp.
References dim, ANNorthRect::hi, and ANNorthRect::lo.
Referenced by ANNkd_leaf::getStats().
| void annBnds2Box | ( | const ANNorthRect & | bnd_box, |
| int | dim, | ||
| int | n_bnds, | ||
| ANNorthHSArray | bnds, | ||
| ANNorthRect & | inner_box | ||
| ) |
Definition at line 426 of file kd_util.cpp.
References annAssignRect(), ANNorthRect::hi, ANNorthRect::lo, and ANNorthHalfSpace::project().
Referenced by ANNbd_shrink::getStats().
| void annBox2Bnds | ( | const ANNorthRect & | inner_box, |
| const ANNorthRect & | bnd_box, | ||
| int | dim, | ||
| int & | n_bnds, | ||
| ANNorthHSArray & | bnds | ||
| ) |
Definition at line 384 of file kd_util.cpp.
References ANNorthHalfSpace::cd, ANNorthHalfSpace::cv, dim, ANNorthRect::hi, ANNorthRect::lo, and ANNorthHalfSpace::sd.
Referenced by rbd_tree().
Definition at line 124 of file kd_util.cpp.
References ANN_FLOP, ANN_POW, ANN_SUM, and dim.
Referenced by ANNkd_tree::annkFRSearch(), ANNkd_tree::annkPriSearch(), and ANNkd_tree::annkSearch().
| void annBoxSplit | ( | ANNpointArray | pa, |
| ANNidxArray | pidx, | ||
| int | n, | ||
| int | dim, | ||
| ANNorthRect & | box, | ||
| int & | n_in | ||
| ) |
Definition at line 332 of file kd_util.cpp.
References ANNorthRect::inside(), PASWAP, and PP.
Referenced by rbd_tree().
| void annEnclCube | ( | ANNpointArray | pa, |
| ANNidxArray | pidx, | ||
| int | n, | ||
| int | dim, | ||
| ANNorthRect & | bnds | ||
| ) |
Definition at line 92 of file kd_util.cpp.
References annEnclRect(), dim, ANNorthRect::hi, and ANNorthRect::lo.
| void annEnclRect | ( | ANNpointArray | pa, |
| ANNidxArray | pidx, | ||
| int | n, | ||
| int | dim, | ||
| ANNorthRect & | bnds | ||
| ) |
Definition at line 73 of file kd_util.cpp.
References dim, ANNorthRect::hi, ANNorthRect::lo, and PA.
Referenced by ANNbd_tree::ANNbd_tree(), annEnclCube(), ANNkd_tree::ANNkd_tree(), and trySimpleShrink().
| int annMaxSpread | ( | ANNpointArray | pa, |
| ANNidxArray | pidx, | ||
| int | n, | ||
| int | dim | ||
| ) |
Definition at line 187 of file kd_util.cpp.
References annSpread(), dim, and max_dim.
Referenced by kd_split().
| void annMedianSplit | ( | ANNpointArray | pa, |
| ANNidxArray | pidx, | ||
| int | n, | ||
| int | d, | ||
| ANNcoord & | cv, | ||
| int | n_lo | ||
| ) |
Definition at line 230 of file kd_util.cpp.
Referenced by fair_split(), kd_split(), and sl_fair_split().
| void annMinMax | ( | ANNpointArray | pa, |
| ANNidxArray | pidx, | ||
| int | n, | ||
| int | d, | ||
| ANNcoord & | min, | ||
| ANNcoord & | max | ||
| ) |
Definition at line 170 of file kd_util.cpp.
References PA.
Referenced by sl_fair_split(), and sl_midpt_split().
| void annPlaneSplit | ( | ANNpointArray | pa, |
| ANNidxArray | pidx, | ||
| int | n, | ||
| int | d, | ||
| ANNcoord | cv, | ||
| int & | br1, | ||
| int & | br2 | ||
| ) |
Definition at line 291 of file kd_util.cpp.
Referenced by fair_split(), midpt_split(), sl_fair_split(), and sl_midpt_split().
| int annSplitBalance | ( | ANNpointArray | pa, |
| ANNidxArray | pidx, | ||
| int | n, | ||
| int | d, | ||
| ANNcoord | cv | ||
| ) |
Definition at line 360 of file kd_util.cpp.
References PA.
Referenced by fair_split(), and sl_fair_split().
| ANNcoord annSpread | ( | ANNpointArray | pa, |
| ANNidxArray | pidx, | ||
| int | n, | ||
| int | d | ||
| ) |
Definition at line 154 of file kd_util.cpp.
References PA.
Referenced by annMaxSpread(), fair_split(), midpt_split(), sl_fair_split(), and sl_midpt_split().