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

#include <ogsf.h>

Data Fields

unsigned int att_src
 NOTSET_ATT, MAP_ATT, CONST_ATT, FUNC_ATT.
 
unsigned int att_type
 ATTY_INT, ATTY_SHORT, ATTY_CHAR, or ATTY_FLOAT.
 
int hdata
 handle to dataset
 
int(* user_func )(void)
 
float constant
 
intlookup
 
float min_nz
 
float max_nz
 
float range_nz
 
float default_null
 

Detailed Description

Definition at line 246 of file ogsf.h.

Field Documentation

◆ att_src

unsigned int gsurf_att::att_src

NOTSET_ATT, MAP_ATT, CONST_ATT, FUNC_ATT.

Definition at line 248 of file ogsf.h.

◆ att_type

unsigned int gsurf_att::att_type

ATTY_INT, ATTY_SHORT, ATTY_CHAR, or ATTY_FLOAT.

Definition at line 251 of file ogsf.h.

◆ constant

float gsurf_att::constant

Definition at line 258 of file ogsf.h.

◆ default_null

float gsurf_att::default_null

Definition at line 263 of file ogsf.h.

◆ hdata

int gsurf_att::hdata

handle to dataset

Definition at line 254 of file ogsf.h.

◆ lookup

int* gsurf_att::lookup
Todo:
: use transform instead

Definition at line 261 of file ogsf.h.

◆ max_nz

float gsurf_att::max_nz

Definition at line 262 of file ogsf.h.

◆ min_nz

float gsurf_att::min_nz

Definition at line 262 of file ogsf.h.

◆ range_nz

float gsurf_att::range_nz

Definition at line 262 of file ogsf.h.

◆ user_func

int(* gsurf_att::user_func) (void)

Not yet supported

Definition at line 257 of file ogsf.h.


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