| queso-0.57.1
    | 
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().
| void annError | ( | const char * | msg, | 
| ANNerr | level | ||
| ) | 
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(), and selectDecomp().
| void annPrintPt | ( | ANNpoint | pt, | 
| int | dim, | ||
| std::ostream & | out | ||
| ) | 
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 ANNkd_tree::annkPriSearch(), and annMaxPtsVisit().
| int ANNptsVisited | 
Definition at line 191 of file ANN.cpp.
Referenced by ANNkd_tree::annkPriSearch(), and ANNkd_tree::annkSearch().