GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
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 51 of file dig_structs.h.
double* site_att::dbl |
Array of double attributes.
Definition at line 55 of file dig_structs.h.
char** site_att::str |
Array of string attributes.
Definition at line 59 of file dig_structs.h.