GRASS 8 Programmer's Manual 8.6.0dev(2026)-1d1e47ad9d
Loading...
Searching...
No Matches
boxlist Struct Reference

List of bounding boxes with id. More...

#include <dig_structs.h>

Collaboration diagram for boxlist:

Data Fields

intid
 Array of ids.
 
struct bound_boxbox
 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.
 

Detailed Description

List of bounding boxes with id.

Definition at line 1711 of file dig_structs.h.

Field Documentation

◆ alloc_values

int boxlist::alloc_values

Allocated space for items.

Definition at line 1731 of file dig_structs.h.

Referenced by Vect_new_boxlist().

◆ box

struct bound_box* boxlist::box

◆ have_boxes

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

◆ id

int* boxlist::id

Array of ids.

Definition at line 1715 of file dig_structs.h.

Referenced by Vect_new_boxlist(), and Vect_overlay_and().

◆ n_values

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


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