GRASS 8 Programmer's Manual 8.6.0dev(2026)-f6f2c534ea
Loading...
Searching...
No Matches
site_att Struct Reference

Used by sites lib. More...

#include <dig_structs.h>

Data Fields

int cat
 Category number.
 
doubledbl
 Array of double attributes.
 
char ** str
 Array of string attributes.
 

Detailed Description

Used by sites lib.

Definition at line 44 of file dig_structs.h.

Field Documentation

◆ cat

int site_att::cat

Category number.

Definition at line 48 of file dig_structs.h.

◆ dbl

double* site_att::dbl

Array of double attributes.

Definition at line 52 of file dig_structs.h.

◆ str

char** site_att::str

Array of string attributes.

Definition at line 56 of file dig_structs.h.


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