GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
Go to the source code of this file.
Functions | |
int | dig_init_boxlist (struct boxlist *list, int have_boxes) |
int | dig_boxlist_add (struct boxlist *list, int id, const struct bound_box *box) |
Definition at line 34 of file vector/diglib/list.c.
References boxlist::alloc_values, boxlist::box, G_realloc, boxlist::have_boxes, boxlist::id, boxlist::n_values, and NULL.
int dig_init_boxlist | ( | struct boxlist * | list, |
int | have_boxes | ||
) |
Definition at line 22 of file vector/diglib/list.c.
References boxlist::alloc_values, boxlist::box, boxlist::have_boxes, boxlist::id, boxlist::n_values, and NULL.