GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
boxlist Struct Reference

List of bounding boxes with id. More...

#include <dig_structs.h>

Collaboration diagram for boxlist:

Data Fields

int * id
 Array of ids. More...
 
struct bound_boxbox
 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...
 

Detailed Description

List of bounding boxes with id.

Definition at line 1750 of file dig_structs.h.

Field Documentation

◆ alloc_values

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().

◆ box

◆ have_boxes

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().

◆ id

◆ n_values


The documentation for this struct was generated from the following file: