GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
site_att Struct Reference

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

Detailed Description

Used by sites lib.

Definition at line 46 of file dig_structs.h.

Field Documentation

◆ cat

int site_att::cat

Category number.

Definition at line 51 of file dig_structs.h.

◆ dbl

double* site_att::dbl

Array of double attributes.

Definition at line 55 of file dig_structs.h.

◆ str

char** site_att::str

Array of string attributes.

Definition at line 59 of file dig_structs.h.


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