GRASS GIS 8 Programmer's Manual
8.2.2dev(2023)-3d2c704037
|
#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 |
IFLAG gsurf_att::att_src |
Definition at line 247 of file ogsf.h.
Referenced by gs_att_is_set(), gs_get_att_src(), gs_get_att_type(), gs_init_surf(), gs_mask_defined(), gs_set_defaults(), gs_update_curmask(), gsd_wire_arrows(), gsd_wire_surf_const(), and gsd_wire_surf_map().
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().
float gsurf_att::constant |
Definition at line 251 of file ogsf.h.
Referenced by GS_draw_X(), GS_get_val_at_xy(), gs_init_surf(), gs_set_att_const(), gs_set_defaults(), Gs_update_attrange(), gs_update_curmask(), gsd_surf(), gsd_wire_arrows(), gsd_wire_surf(), gsd_wire_surf_const(), gsd_wire_surf_map(), and viewcell_tri_interp().
float gsurf_att::default_null |
Definition at line 254 of file ogsf.h.
Referenced by gs_init_surf(), and gs_set_defaults().
int gsurf_att::hdata |
Definition at line 249 of file ogsf.h.
Referenced by gs_get_att_typbuff(), GS_get_cat_at_xy(), gs_init_surf(), gs_num_datah_reused(), gs_set_defaults(), and Gs_update_attrange().
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().
float gsurf_att::max_nz |
Definition at line 253 of file ogsf.h.
Referenced by gs_init_surf(), and Gs_update_attrange().
float gsurf_att::min_nz |
Definition at line 253 of file ogsf.h.
Referenced by gs_init_surf(), and Gs_update_attrange().
float gsurf_att::range_nz |
Definition at line 253 of file ogsf.h.
Referenced by gs_init_surf(), and Gs_update_attrange().
int(* gsurf_att::user_func) () |
Definition at line 250 of file ogsf.h.
Referenced by gs_init_surf(), gsd_surf(), and gsd_wire_surf().