|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-1d1e47ad9d
|
List of bounding boxes with id. More...
#include <dig_structs.h>

Data Fields | |
| int * | id |
| Array of ids. | |
| struct bound_box * | box |
| Array of bounding boxes. | |
| int | have_boxes |
| flag to indicate whether bounding boxes should be added | |
| int | n_values |
| Number of items in the list. | |
| int | alloc_values |
| Allocated space for items. | |
List of bounding boxes with id.
Definition at line 1711 of file dig_structs.h.
| int boxlist::alloc_values |
Allocated space for items.
Definition at line 1731 of file dig_structs.h.
Referenced by Vect_new_boxlist().
Array of bounding boxes.
Definition at line 1719 of file dig_structs.h.
Referenced by Vect_find_line_list(), Vect_net_build_graph(), Vect_net_ttb_build_graph(), Vect_new_boxlist(), and Vect_select_lines_by_polygon().
| int boxlist::have_boxes |
flag to indicate whether bounding boxes should be added
Definition at line 1723 of file dig_structs.h.
Referenced by Vect_new_boxlist().
| int* boxlist::id |
Array of ids.
Definition at line 1715 of file dig_structs.h.
Referenced by Vect_new_boxlist(), and Vect_overlay_and().
| int boxlist::n_values |
Number of items in the list.
Definition at line 1727 of file dig_structs.h.
Referenced by Vect_new_boxlist(), and Vect_overlay_and().