| 
    queso-0.56.0
    
   | 
 


Go to the source code of this file.
Classes | |
| class | ANNorthRect | 
| class | ANNorthHalfSpace | 
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 | annError (const char *msg, ANNerr level) | 
| void | annPrintPt (ANNpoint pt, int dim, std::ostream &out) | 
| void | annAssignRect (int dim, ANNorthRect &dest, const ANNorthRect &source) | 
Variables | |
| int | ANNmaxPtsVisited | 
| int | ANNptsVisited | 
| typedef ANNorthHalfSpace* ANNorthHSArray | 
| anonymous enum | 
| anonymous enum | 
| enum ANNerr | 
| void annAssignRect | ( | int | dim, | 
| ANNorthRect & | dest, | ||
| const ANNorthRect & | source | ||
| ) | 
Definition at line 148 of file ANN.cpp.
References dim, ANNorthRect::hi, and ANNorthRect::lo.
Referenced by annBnds2Box(), and tryCentroidShrink().
Definition at line 169 of file ANN.cpp.
References ANNabort.
Referenced by ANNbd_tree::ANNbd_tree(), ANNkd_tree::ANNkd_tree(), ANNbruteForce::annkSearch(), ANNkd_tree::annkSearch(), annReadDump(), annReadTree(), ANNpr_queue::insert(), and selectDecomp().
Definition at line 70 of file ANN.cpp.
References dim.
Referenced by ANNkd_tree::Dump(), and ANNkd_tree::Print().
| int ANNmaxPtsVisited | 
Definition at line 190 of file ANN.cpp.
Referenced by ANNbd_shrink::ann_FR_search(), ANNkd_split::ann_FR_search(), ANNbd_shrink::ann_search(), ANNkd_split::ann_search(), ANNkd_tree::annkPriSearch(), and annMaxPtsVisit().
| int ANNptsVisited | 
Definition at line 191 of file ANN.cpp.
Referenced by ANNbd_shrink::ann_FR_search(), ANNkd_leaf::ann_pri_search(), ANNbd_shrink::ann_search(), ANNkd_leaf::ann_search(), ANNkd_split::ann_search(), ANNkd_tree::annkPriSearch(), and ANNkd_tree::annkSearch().