queso-0.53.0
|
#include <ANN.h>
Public Member Functions | |
ANNbruteForce (ANNpointArray pa, int n, int dd) | |
~ANNbruteForce () | |
void | annkSearch (ANNpoint q, int k, ANNidxArray nn_idx, ANNdistArray dd, double eps=0.0) |
int | annkFRSearch (ANNpoint q, ANNdist sqRad, int k=0, ANNidxArray nn_idx=NULL, ANNdistArray dd=NULL, double eps=0.0) |
int | theDim () |
int | nPoints () |
ANNpointArray | thePoints () |
Public Member Functions inherited from ANNpointSet | |
virtual | ~ANNpointSet () |
Private Attributes | |
int | dim |
int | n_pts |
ANNpointArray | pts |
ANNbruteForce::ANNbruteForce | ( | ANNpointArray | pa, |
int | n, | ||
int | dd | ||
) |
ANNbruteForce::~ANNbruteForce | ( | ) |
|
virtual |
Implements ANNpointSet.
Definition at line 80 of file brute.cpp.
References ANN_ALLOW_SELF_MATCH, annDist(), dim, ANNmin_k::insert(), ANNmin_k::ith_smallest_info(), ANNmin_k::ith_smallest_key(), k, n_pts, and pts.
Referenced by getTrueNN().
|
virtual |
Implements ANNpointSet.
Definition at line 54 of file brute.cpp.
References ANN_ALLOW_SELF_MATCH, ANNabort, annDist(), annError(), dim, ANNmin_k::insert(), ANNmin_k::ith_smallest_info(), ANNmin_k::ith_smallest_key(), k, n_pts, and pts.
Referenced by getTrueNN().
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
private |
Definition at line 539 of file ANN.h.
Referenced by ANNbruteForce(), annkFRSearch(), and annkSearch().
|
private |
Definition at line 540 of file ANN.h.
Referenced by ANNbruteForce(), annkFRSearch(), and annkSearch().
|
private |
Definition at line 541 of file ANN.h.
Referenced by ANNbruteForce(), annkFRSearch(), and annkSearch().