ANNbruteForce Class Reference
#include <ANN.h>
List of all members.
Public Member Functions |
| | ANNbruteForce (ANNpointArray pa, int n, int dd) |
| int | annkFRSearch (ANNpoint q, ANNdist sqRad, int k=0, ANNidxArray nn_idx=NULL, ANNdistArray dd=NULL, double eps=0.0) |
| void | annkSearch (ANNpoint q, int k, ANNidxArray nn_idx, ANNdistArray dd, double eps=0.0) |
| int | nPoints () |
| int | theDim () |
| ANNpointArray | thePoints () |
| | ~ANNbruteForce () |
Private Attributes |
| int | dim |
| int | n_pts |
| ANNpointArray | pts |
Detailed Description
Definition at line 534 of file ANN.h.
Constructor & Destructor Documentation
| ANNbruteForce::~ANNbruteForce |
( |
|
) |
|
Member Function Documentation
| int ANNbruteForce::nPoints |
( |
|
) |
[inline, virtual] |
| int ANNbruteForce::theDim |
( |
|
) |
[inline, virtual] |
Member Data Documentation
The documentation for this class was generated from the following files: