It stores a pointer to an entry (= (location,value) pair), and a distance to that entry from the query point. It supports ordering by ascending distance.
Definition at line 23 of file rsdl_bins.txx.
Public Types | |
| typedef rsdl_bins< N, CoordType, ValueType > | bin_class |
| typedef rsdl_bins_bin_entry_type< N, CoordType, ValueType > | bin_entry_type |
| typedef bin_class::coord_type | coord_type |
| typedef bin_class::point_type | point_type |
Public Member Functions | |
| rsdl_bins_point_dist_entry (point_type const &query_pt, bin_entry_type const *entry) | |
| bool | operator< (rsdl_bins_point_dist_entry const &other) const |
Public Attributes | |
| bin_entry_type const * | entry_ |
| coord_type | dist_ |
|
|||||
|
Definition at line 25 of file rsdl_bins.txx. |
|
|||||
|
Definition at line 26 of file rsdl_bins.txx. |
|
|||||
|
Definition at line 27 of file rsdl_bins.txx. |
|
|||||
|
Definition at line 28 of file rsdl_bins.txx. |
|
||||||||||||||||
|
Definition at line 700 of file rsdl_bins.txx. |
|
||||||||||
|
Definition at line 711 of file rsdl_bins.txx. |
|
|||||
|
Definition at line 36 of file rsdl_bins.txx. |
|
|||||
|
Definition at line 35 of file rsdl_bins.txx. |
1.4.4