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

#include <ogsf.h>

Data Fields

IFLAG att_src
 
IFLAG att_type
 
int hdata
 
int(* user_func )()
 
float constant
 
int * lookup
 
float min_nz
 
float max_nz
 
float range_nz
 
float default_null
 

Detailed Description

Definition at line 245 of file ogsf.h.

Field Documentation

◆ att_src

◆ att_type

IFLAG gsurf_att::att_type

Definition at line 248 of file ogsf.h.

Referenced by gs_get_att_type(), gs_init_surf(), and gs_malloc_lookup().

◆ constant

◆ default_null

float gsurf_att::default_null

Definition at line 254 of file ogsf.h.

Referenced by gs_init_surf(), and gs_set_defaults().

◆ hdata

int gsurf_att::hdata

◆ lookup

int* gsurf_att::lookup

Definition at line 252 of file ogsf.h.

Referenced by gs_init_surf(), gs_malloc_lookup(), gs_mapcolor(), and gs_set_defaults().

◆ max_nz

float gsurf_att::max_nz

Definition at line 253 of file ogsf.h.

Referenced by gs_init_surf(), and Gs_update_attrange().

◆ min_nz

float gsurf_att::min_nz

Definition at line 253 of file ogsf.h.

Referenced by gs_init_surf(), and Gs_update_attrange().

◆ range_nz

float gsurf_att::range_nz

Definition at line 253 of file ogsf.h.

Referenced by gs_init_surf(), and Gs_update_attrange().

◆ user_func

int(* gsurf_att::user_func) ()

Definition at line 250 of file ogsf.h.

Referenced by gs_init_surf(), gsd_surf(), and gsd_wire_surf().


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