|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-f6f2c534ea
|
Used by sites lib. More...
#include <dig_structs.h>
Data Fields | |
| int | cat |
| Category number. | |
| double * | dbl |
| Array of double attributes. | |
| char ** | str |
| Array of string attributes. | |
Used by sites lib.
Definition at line 44 of file dig_structs.h.
| int site_att::cat |
Category number.
Definition at line 48 of file dig_structs.h.
| double* site_att::dbl |
Array of double attributes.
Definition at line 52 of file dig_structs.h.
| char** site_att::str |
Array of string attributes.
Definition at line 56 of file dig_structs.h.