queso-0.53.0
|
Go to the source code of this file.
Functions | |
ANNdist | annDist (int dim, ANNpoint p, ANNpoint q) |
void | annPrintPt (ANNpoint pt, int dim, std::ostream &out) |
ANNpoint | annAllocPt (int dim, ANNcoord c) |
ANNpointArray | annAllocPts (int n, int dim) |
void | annDeallocPt (ANNpoint &p) |
void | annDeallocPts (ANNpointArray &pa) |
ANNpoint | annCopyPt (int dim, ANNpoint source) |
void | annAssignRect (int dim, ANNorthRect &dest, const ANNorthRect &source) |
void | annError (const char *msg, ANNerr level) |
void | annMaxPtsVisit (int maxPts) |
Variables | |
int | ANNmaxPtsVisited = 0 |
int | ANNptsVisited |
Definition at line 110 of file ANN.cpp.
References dim.
Referenced by ANNorthRect::ANNorthRect(), annReadDump(), and main().
ANNpointArray annAllocPts | ( | int | n, |
int | dim | ||
) |
Definition at line 117 of file ANN.cpp.
References dim.
Referenced by annClusEllipsoids(), annClusGaussPts(), annClusOrthFlats(), annReadDump(), generatePts(), main(), readANN(), and readPts().
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 140 of file ANN.cpp.
References dim.
Referenced by ANNbd_tree::ANNbd_tree(), ANNkd_tree::ANNkd_tree(), and ANNorthRect::ANNorthRect().
Definition at line 127 of file ANN.cpp.
Referenced by ANNkd_tree::~ANNkd_tree(), and ANNorthRect::~ANNorthRect().
void annDeallocPts | ( | ANNpointArray & | pa | ) |
Definition at line 133 of file ANN.cpp.
Referenced by annClusEllipsoids(), annClusGaussPts(), annClusOrthFlats(), generatePts(), main(), and readPts().
Definition at line 46 of file ANN.cpp.
References ANN_COORD, ANN_FLOP, ANN_POW, ANN_PTS, ANN_SUM, and dim.
Referenced by ANNbruteForce::annkFRSearch(), and ANNbruteForce::annkSearch().
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().
void annMaxPtsVisit | ( | int | maxPts | ) |
Definition at line 197 of file ANN.cpp.
References ANNmaxPtsVisited, and maxPts.
Referenced by main().
Definition at line 70 of file ANN.cpp.
References dim.
Referenced by ANNkd_tree::Dump(), and ANNkd_tree::Print().
int ANNmaxPtsVisited = 0 |
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().