Definition at line 518 of file ANN.h.
#include <mrpt/otherlibs/ann/ANN.h>

Public Member Functions | |
| ANNbruteForce (ANNpointArray pa, int n, int dd) | |
| ANNbruteForce (const ANNbruteForce &o) | |
| ANNbruteForce & | operator= (const ANNbruteForce &o) |
| ~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 () |
Private Attributes | |
| int | dim |
| int | n_pts |
| ANNpointArray | pts |
| ANNbruteForce::ANNbruteForce | ( | ANNpointArray | pa, |
| int | n, | ||
| int | dd | ||
| ) |
| ANNbruteForce::ANNbruteForce | ( | const ANNbruteForce & | o ) |
| ANNbruteForce::~ANNbruteForce | ( | ) |
| int ANNbruteForce::annkFRSearch | ( | ANNpoint | q, |
| ANNdist | sqRad, | ||
| int | k = 0, |
||
| ANNidxArray | nn_idx = NULL, |
||
| ANNdistArray | dd = NULL, |
||
| double | eps = 0.0 |
||
| ) | [virtual] |
Implements ANNpointSet.
| void ANNbruteForce::annkSearch | ( | ANNpoint | q, |
| int | k, | ||
| ANNidxArray | nn_idx, | ||
| ANNdistArray | dd, | ||
| double | eps = 0.0 |
||
| ) | [virtual] |
Implements ANNpointSet.
| int ANNbruteForce::nPoints | ( | ) | [inline, virtual] |
Implements ANNpointSet.
| ANNbruteForce& ANNbruteForce::operator= | ( | const ANNbruteForce & | o ) |
| int ANNbruteForce::theDim | ( | ) | [inline, virtual] |
Implements ANNpointSet.
| ANNpointArray ANNbruteForce::thePoints | ( | ) | [inline, virtual] |
Implements ANNpointSet.
int ANNbruteForce::dim [private] |
int ANNbruteForce::n_pts [private] |
ANNpointArray ANNbruteForce::pts [private] |
| Page generated by Doxygen 1.7.2 for MRPT 0.9.4 SVN: at Mon Jan 10 22:30:30 UTC 2011 |