Go to the source code of this file.
Functions | |
void | getArgs (int argc, char **argv) |
int | main (int argc, char **argv) |
void | printPt (ostream &out, ANNpoint p) |
bool | readPt (istream &in, ANNpoint p) |
Variables | |
istream * | dataIn = NULL |
int | dim = 2 |
double | eps = 0 |
int | k = 1 |
int | maxPts = 1000 |
istream * | queryIn = NULL |
void getArgs | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 136 of file ann_sample.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 78 of file ann_sample.cpp.
void printPt | ( | ostream & | out, |
ANNpoint | p | ||
) |
Definition at line 69 of file ann_sample.cpp.
bool readPt | ( | istream & | in, |
ANNpoint | p | ||
) |
Definition at line 61 of file ann_sample.cpp.
istream* dataIn = NULL |
Definition at line 58 of file ann_sample.cpp.
int dim = 2 |
Definition at line 54 of file ann_sample.cpp.
double eps = 0 |
Definition at line 55 of file ann_sample.cpp.
int k = 1 |
Definition at line 53 of file ann_sample.cpp.
int maxPts = 1000 |
Definition at line 56 of file ann_sample.cpp.
istream* queryIn = NULL |
Definition at line 59 of file ann_sample.cpp.