GRASS GIS 8 Programmer's Manual  8.4.0dev(2024)-bb27c0570b
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 1723 of file dig_structs.h.

Field Documentation

◆ alloc_values

int boxlist::alloc_values

Allocated space for items.

Definition at line 1743 of file dig_structs.h.

Referenced by Vect_new_boxlist().

◆ box

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

◆ have_boxes

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

◆ id

int* boxlist::id

◆ n_values

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


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