| GRASS GIS 7 Programmer's Manual
    7.9.dev(2021)-e5379bbd7
    | 

Go to the source code of this file.
| Functions | |
| int | RTreeValidChildM (union RTree_Child *child) | 
| int | RTreeSearchM (struct RTree *t, struct RTree_Rect *r, SearchHitCallback *shcb, void *cbarg) | 
| int | RTreeInsertRectM (struct RTree_Rect *r, union RTree_Child child, int level, struct RTree *t) | 
| int | RTreeDeleteRectM (struct RTree_Rect *r, union RTree_Child child, struct RTree *t) | 
| int RTreeDeleteRectM | ( | struct RTree_Rect * | r, | 
| union RTree_Child | child, | ||
| struct RTree * | t | ||
| ) | 
| int RTreeInsertRectM | ( | struct RTree_Rect * | r, | 
| union RTree_Child | child, | ||
| int | level, | ||
| struct RTree * | t | ||
| ) | 
Definition at line 186 of file indexm.c.
References b, MAXLEVEL, NULL, and RTree::overflow.
Referenced by RTreeCreateTree().
| int RTreeSearchM | ( | struct RTree * | t, | 
| struct RTree_Rect * | r, | ||
| SearchHitCallback * | shcb, | ||
| void * | cbarg | ||
| ) | 
Definition at line 34 of file indexm.c.
Referenced by RTreeCreateTree().
| int RTreeValidChildM | ( | union RTree_Child * | child | ) | 
Definition at line 24 of file indexm.c.
References NULL, and RTree_Child::ptr.
Referenced by RTreeCreateTree().