#include <iomanip>#include <ANN/ANN.h>Go to the source code of this file.
Classes | |
| class | ANNorthHalfSpace |
| class | ANNorthRect |
Typedefs | |
| typedef ANNorthHalfSpace * | ANNorthHSArray |
Enumerations | |
| enum | { ANN_LO = 0, ANN_HI = 1 } |
| enum | { ANN_IN = 0, ANN_OUT = 1 } |
| enum | ANNerr { ANNwarn = 0, ANNabort = 1 } |
Functions | |
| void | annAssignRect (int dim, ANNorthRect &dest, const ANNorthRect &source) |
| void | annError (char *msg, ANNerr level) |
| void | annPrintPt (ANNpoint pt, int dim, std::ostream &out) |
Variables | |
| int | ANNmaxPtsVisited |
| int | ANNptsVisited |
| typedef ANNorthHalfSpace* ANNorthHSArray |
| void annAssignRect | ( | int | dim, | |
| ANNorthRect & | dest, | |||
| const ANNorthRect & | source | |||
| ) |
Definition at line 146 of file ANN.cpp.
References ANNorthRect::hi, and ANNorthRect::lo.
Referenced by annBnds2Box(), and tryCentroidShrink().
| void annError | ( | char * | msg, | |
| ANNerr | level | |||
| ) |
Definition at line 167 of file ANN.cpp.
References ANNabort.
Referenced by ANNbd_tree::ANNbd_tree(), ANNkd_tree::ANNkd_tree(), ANNkd_tree::annkSearch(), ANNbruteForce::annkSearch(), annReadDump(), annReadTree(), ANNpr_queue::insert(), and selectDecomp().
| void annPrintPt | ( | ANNpoint | pt, | |
| int | dim, | |||
| std::ostream & | out | |||
| ) |
Definition at line 68 of file ANN.cpp.
Referenced by ANNkd_tree::Dump(), and ANNkd_tree::Print().
| int ANNmaxPtsVisited |
Definition at line 188 of file ANN.cpp.
Referenced by ANNkd_split::ann_FR_search(), ANNbd_shrink::ann_FR_search(), ANNkd_split::ann_search(), ANNbd_shrink::ann_search(), ANNkd_tree::annkPriSearch(), and annMaxPtsVisit().
| int ANNptsVisited |
Definition at line 189 of file ANN.cpp.
Referenced by ANNbd_shrink::ann_FR_search(), ANNkd_leaf::ann_pri_search(), ANNkd_leaf::ann_search(), ANNkd_split::ann_search(), ANNbd_shrink::ann_search(), ANNkd_tree::annkPriSearch(), and ANNkd_tree::annkSearch().
1.6.1