GRASS GIS 8 Programmer's Manual
8.2.2dev(2023)-3d2c704037
|
Node for k-d tree. More...
#include <kdtree.h>
Data Fields | |
unsigned char | dim |
unsigned char | depth |
unsigned char | balance |
double * | c |
int | uid |
struct kdnode * | child [2] |
unsigned char kdnode::balance |
struct kdnode* kdnode::child[2] |
link to children: [0]
for smaller, [1]
for larger
Definition at line 74 of file kdtree.h.
Referenced by kdtree_clear().