#include <cstdlib>
#include <ANN/ANNx.h>
#include <ANN/ANNperf.h>
Go to the source code of this file.
|
ANNpoint | annAllocPt (int dim, ANNcoord c) |
|
ANNpointArray | annAllocPts (int n, int dim) |
|
void | annAssignRect (int dim, ANNorthRect &dest, const ANNorthRect &source) |
|
ANNpoint | annCopyPt (int dim, ANNpoint source) |
|
void | annDeallocPt (ANNpoint &p) |
|
void | annDeallocPts (ANNpointArray &pa) |
|
ANNdist | annDist (int dim, ANNpoint p, ANNpoint q) |
|
void | annError (const char *msg, ANNerr level) |
|
void | annMaxPtsVisit (int maxPts) |
|
void | annPrintPt (ANNpoint pt, int dim, std::ostream &out) |
|
void annError |
( |
const char * |
msg, |
|
|
ANNerr |
level |
|
) |
| |
void annMaxPtsVisit |
( |
int |
maxPts | ) |
|
void annPrintPt |
( |
ANNpoint |
pt, |
|
|
int |
dim, |
|
|
std::ostream & |
out |
|
) |
| |