|
GRASS 8 Programmer's Manual
8.5.0dev(2025)-9d806b45d8
|
List of bounding boxes with id. More...
#include <dig_structs.h>

Data Fields | |
| int * | id |
| Array of ids. More... | |
| struct bound_box * | box |
| Array of bounding boxes. More... | |
| int | have_boxes |
| flag to indicate whether bounding boxes should be added More... | |
| int | n_values |
| Number of items in the list. More... | |
| int | alloc_values |
| Allocated space for items. More... | |
List of bounding boxes with id.
Definition at line 1723 of file dig_structs.h.
| int boxlist::alloc_values |
Allocated space for items.
Definition at line 1743 of file dig_structs.h.
Referenced by Vect_new_boxlist().
| struct bound_box* boxlist::box |
Array of bounding boxes.
Definition at line 1731 of file dig_structs.h.
Referenced by Vect_attach_isles(), Vect_boxlist_append_boxlist(), Vect_find_area(), and Vect_new_boxlist().
| int boxlist::have_boxes |
flag to indicate whether bounding boxes should be added
Definition at line 1735 of file dig_structs.h.
Referenced by Vect_boxlist_append_boxlist(), and Vect_new_boxlist().
| int* boxlist::id |
Array of ids.
Definition at line 1727 of file dig_structs.h.
Referenced by Vect_attach_isles(), Vect_boxlist_append_boxlist(), Vect_boxlist_delete_boxlist(), Vect_find_area(), and Vect_new_boxlist().
| int boxlist::n_values |
Number of items in the list.
Definition at line 1739 of file dig_structs.h.
Referenced by Vect_attach_isles(), Vect_boxlist_append_boxlist(), Vect_boxlist_delete_boxlist(), Vect_find_area(), and Vect_new_boxlist().