
|
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.52">NameKd-Trees -- an efficient way of doing point location queries. DescriptionKd-Trees (in this case 3D-Trees) are a relatively efficient way of doing point location queries. Detailsgts_kdtree_new ()GNode* gts_kdtree_new (GPtrArray *points,
int (*compare) (const void *,const void *)); |
Note that the order of the points in array points is modified by this
function.
gts_kdtree_range ()GSList* gts_kdtree_range (GNode *tree,
GtsBBox *bbox,
int (*compare) (const void *,const void *)); |
gts_kdtree_destroy()#define gts_kdtree_destroy(tree) g_node_destroy(tree) |
|