#include <result_set.h>
Public Types | |
typedef DistanceIndex< DistanceType > | DistIndex |
Public Member Functions | |
void | addPoint (DistanceType dist, size_t index) |
void | clear () |
void | copy (size_t *indices, DistanceType *dists, size_t num_elements, bool sorted=true) |
bool | full () const |
RadiusResultSet (DistanceType radius_) | |
size_t | size () const |
DistanceType | worstDist () const |
~RadiusResultSet () | |
Public Member Functions inherited from rtflann::ResultSet< DistanceType > | |
virtual | ~ResultSet () |
Private Attributes | |
std::vector< DistIndex > | dist_index_ |
DistanceType | radius_ |
Unbounded radius result set. It will hold as many elements as are added to it.
Definition at line 454 of file result_set.h.
typedef DistanceIndex<DistanceType> rtflann::RadiusResultSet< DistanceType >::DistIndex |
Definition at line 457 of file result_set.h.
|
inline |
Definition at line 459 of file result_set.h.
|
inline |
Definition at line 467 of file result_set.h.
|
inlinevirtual |
Add another point to result set
dist | distance to point |
index | index of point Pre-conditions: capacity_>0 |
Implements rtflann::ResultSet< DistanceType >.
Definition at line 503 of file result_set.h.
|
inline |
Clears the result set
Definition at line 474 of file result_set.h.
|
inline |
Copy indices and distances to output buffers
indices | |
dists | |
num_elements | Number of elements to copy |
sorted | Indicates if results should be sorted |
Definition at line 518 of file result_set.h.
|
inlinevirtual |
Radius search result set always reports full
Implements rtflann::ResultSet< DistanceType >.
Definition at line 492 of file result_set.h.
|
inline |
Definition at line 483 of file result_set.h.
|
inlinevirtual |
Implements rtflann::ResultSet< DistanceType >.
Definition at line 538 of file result_set.h.
|
private |
Definition at line 545 of file result_set.h.
|
private |
Definition at line 544 of file result_set.h.