ANN.cpp File Reference
#include <stdlib.h>
#include <stereo_wall_detection/ANN/ANNx.h>
#include <stereo_wall_detection/ANN/ANNperf.h>
Go to the source code of this file.
Functions |
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) |
Variables |
int | ANNmaxPtsVisited = 0 |
int | ANNptsVisited |
Function Documentation
void annError |
( |
const char * |
msg, |
|
|
ANNerr |
level | |
|
) |
| | |
void annMaxPtsVisit |
( |
int |
maxPts |
) |
|
void annPrintPt |
( |
ANNpoint |
pt, |
|
|
int |
dim, |
|
|
std::ostream & |
out | |
|
) |
| | |
Variable Documentation