#include "ANN/ANNExport.h"
#include <cstdlib>
#include <cmath>
#include <iostream>
#include <cstring>
#include <climits>
#include <cfloat>
Go to the source code of this file.
◆ ANN_DIFF
#define ANN_DIFF |
( |
|
x, |
|
|
|
y |
|
) |
| ((y) - (x)) |
◆ ANN_POW
#define ANN_POW |
( |
|
v | ) |
((v)*(v)) |
◆ ANN_ROOT
#define ANN_ROOT |
( |
|
x | ) |
sqrt(x) |
◆ ANN_SUM
#define ANN_SUM |
( |
|
x, |
|
|
|
y |
|
) |
| ((x) + (y)) |
◆ ANNcopyright
#define ANNcopyright "David M. Mount and Sunil Arya" |
Definition at line 99 of file ANN.h.
◆ ANNlatestRev
#define ANNlatestRev "Jan 27, 2010" |
◆ ANNversion
#define ANNversion "1.1.2" |
Definition at line 97 of file ANN.h.
◆ ANNversionCmt
Definition at line 98 of file ANN.h.
◆ ANNcoord
◆ ANNdist
◆ ANNdistArray
◆ ANNidx
◆ ANNidxArray
◆ ANNkd_ptr
◆ ANNpoint
◆ ANNpointArray
◆ ANNbool
Enumerator |
---|
ANNfalse | |
ANNtrue | |
Definition at line 108 of file ANN.h.
◆ ANNshrinkRule
Enumerator |
---|
ANN_BD_NONE | |
ANN_BD_SIMPLE | |
ANN_BD_CENTROID | |
ANN_BD_SUGGEST | |
Definition at line 584 of file ANN.h.
◆ ANNsplitRule
Enumerator |
---|
ANN_KD_STD | |
ANN_KD_MIDPT | |
ANN_KD_FAIR | |
ANN_KD_SL_MIDPT | |
ANN_KD_SL_FAIR | |
ANN_KD_SUGGEST | |
Definition at line 575 of file ANN.h.
◆ annAllocPt()
◆ annAllocPts()
◆ annClose()
◆ annCopyPt()
◆ annDeallocPt()
◆ annDeallocPts()
◆ annDist()
◆ annMaxPtsVisit()
◆ ANN_ALLOW_SELF_MATCH
◆ ANN_DBL_MAX
const double ANN_DBL_MAX = DBL_MAX |
Definition at line 94 of file ANN.h.
◆ ANN_DIST_INF
◆ ANN_N_SHRINK_RULES
const int ANN_N_SHRINK_RULES = 4 |
◆ ANN_N_SPLIT_RULES
const int ANN_N_SPLIT_RULES = 6 |
◆ ANN_NULL_IDX
const ANNidx ANN_NULL_IDX = -1 |
◆ ANNcoordPrec
const int ANNcoordPrec = 15 |