GRASS GIS 8 Programmer's Manual  8.2.2dev(2023)-5c00b4e944
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 Vect_new_boxlist().

◆ box

struct bound_box* boxlist::box

Array of bounding boxes.

Definition at line 1759 of file dig_structs.h.

Referenced by Vect_attach_isles(), Vect_boxlist_append_boxlist(), Vect_find_area(), and Vect_new_boxlist().

◆ 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 Vect_boxlist_append_boxlist(), and Vect_new_boxlist().

◆ id

int* boxlist::id

◆ n_values

int boxlist::n_values

Number of items in the list.

Definition at line 1767 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().


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