|
GRASS 8 Programmer's Manual
8.5.0dev(2025)-9d806b45d8
|
Vector library - simplified rtree search. More...

Go to the source code of this file.
Functions | |
| int | RTreeSearch2 (struct RTree *t, struct RTree_Rect *r, struct ilist *list) |
Vector library - simplified rtree search.
Higher level functions for reading/writing/manipulating vectors.
(C) 2012 by the GRASS Development Team
This program is free software under the GNU General Public License (>=v2). Read the file COPYING that comes with GRASS for details.
Definition in file rtree_search.c.
| int RTreeSearch2 | ( | struct RTree * | t, |
| struct RTree_Rect * | r, | ||
| struct ilist * | list | ||
| ) |
Search in an index tree for all data rectangles that overlap the argument rectangle.
| t | The RTree |
| r | The argument rectangle |
| list | The list to store the ids of overlapping rectangles |
Definition at line 40 of file rtree_search.c.
References assert, G_init_ilist(), r, and t.