#include <kdtree_d.h>
template<class PT>
class Kdtree_interface< PT >
Definition at line 102 of file kdtree_d.h.
static int compare |
( |
int |
d, |
|
|
const PT & |
a, |
|
|
const PT & |
b |
|
) |
| |
|
inlinestatic |
Definition at line 113 of file kdtree_d.h.
115 if ( a[
d ] < b[
d ] )
117 if ( a[ d ] > b[ d ] )
static void copy_coord |
( |
int |
d, |
|
|
PT & |
a, |
|
|
const PT & |
b |
|
) |
| |
|
inlinestatic |
static int dimension |
( |
const PT & |
pnt | ) |
|
|
inlinestatic |
Definition at line 107 of file kdtree_d.h.
110 return pnt.dimension();
Point object that represents a single point.
The documentation for this class was generated from the following file: