|
GRASS 8 Programmer's Manual
8.5.0dev(2025)-9d806b45d8
|
Used by sites lib. More...
#include <dig_structs.h>
Data Fields | |
| int | cat |
| Category number. More... | |
| double * | dbl |
| Array of double attributes. More... | |
| char ** | str |
| Array of string attributes. More... | |
Used by sites lib.
Definition at line 46 of file dig_structs.h.
| int site_att::cat |
Category number.
Definition at line 50 of file dig_structs.h.
| double* site_att::dbl |
Array of double attributes.
Definition at line 54 of file dig_structs.h.
| char** site_att::str |
Array of string attributes.
Definition at line 58 of file dig_structs.h.