GRASS GIS 8 Programmer's Manual  8.4.0dev(2024)-dcc4425b9d
gsurf_att Struct Reference

#include <ogsf.h>

Data Fields

IFLAG att_src
 
IFLAG att_type
 
int hdata
 
int(* user_func )(void)
 
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 247 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 253 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 251 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 252 of file ogsf.h.

Referenced by gs_init_surf(), and Gs_update_attrange().

◆ min_nz

float gsurf_att::min_nz

Definition at line 252 of file ogsf.h.

Referenced by gs_init_surf(), and Gs_update_attrange().

◆ range_nz

float gsurf_att::range_nz

Definition at line 252 of file ogsf.h.

Referenced by gs_init_surf(), and Gs_update_attrange().

◆ user_func

int(* gsurf_att::user_func) (void)

Definition at line 249 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: