GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
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 1750 of file dig_structs.h.
int boxlist::alloc_values |
Allocated space for items.
Definition at line 1771 of file dig_structs.h.
Referenced by dig_boxlist_add(), dig_init_boxlist(), Vect_boxlist_append(), Vect_destroy_boxlist(), and Vect_new_boxlist().
struct bound_box* boxlist::box |
Array of bounding boxes.
Definition at line 1759 of file dig_structs.h.
Referenced by dig_boxlist_add(), dig_init_boxlist(), Vect_attach_isles(), Vect_boxlist_append(), Vect_boxlist_append_boxlist(), Vect_boxlist_delete(), Vect_destroy_boxlist(), Vect_find_area(), and Vect_new_boxlist().
int boxlist::have_boxes |
flag to indicate whether bounding boxes should be added
Definition at line 1763 of file dig_structs.h.
Referenced by dig_boxlist_add(), dig_init_boxlist(), Vect_boxlist_append(), Vect_boxlist_append_boxlist(), Vect_boxlist_delete(), and Vect_new_boxlist().
int* boxlist::id |
Array of ids.
Definition at line 1755 of file dig_structs.h.
Referenced by dig_boxlist_add(), dig_init_boxlist(), Vect_attach_isles(), Vect_boxlist_append(), Vect_boxlist_append_boxlist(), Vect_boxlist_delete(), Vect_boxlist_delete_boxlist(), Vect_destroy_boxlist(), Vect_find_area(), Vect_new_boxlist(), and Vect_val_in_boxlist().
int boxlist::n_values |
Number of items in the list.
Definition at line 1767 of file dig_structs.h.
Referenced by dig_boxlist_add(), dig_init_boxlist(), dig_select_areas(), dig_select_isles(), dig_select_lines(), Vect_attach_isles(), Vect_boxlist_append(), Vect_boxlist_append_boxlist(), Vect_boxlist_delete(), Vect_boxlist_delete_boxlist(), Vect_find_area(), Vect_new_boxlist(), Vect_reset_boxlist(), Vect_select_isles_by_box(), and Vect_val_in_boxlist().