GRASS GIS 8 Programmer's Manual
8.2.2dev(2023)-3d2c704037
|
#include <ogsf.h>
Data Fields | |
float * | fb |
int * | ib |
short * | sb |
unsigned char * | cb |
struct BM * | bm |
struct BM * | nm |
float(* | tfunc )(float, int) |
float | k |
struct BM* typbuff::bm |
Definition at line 210 of file ogsf.h.
Referenced by free_data_buffs(), gs_masked(), gs_update_curmask(), and gsbm_make_mask().
unsigned char* typbuff::cb |
Definition at line 209 of file ogsf.h.
Referenced by free_data_buffs(), get_mapatt(), gs_mapcolor(), gs_masked(), and Gs_update_attrange().
float* typbuff::fb |
Definition at line 206 of file ogsf.h.
Referenced by free_data_buffs(), get_mapatt(), gs_masked(), and Gs_update_attrange().
int* typbuff::ib |
Definition at line 207 of file ogsf.h.
Referenced by free_data_buffs(), get_mapatt(), gs_mapcolor(), gs_masked(), and Gs_update_attrange().
float typbuff::k |
Definition at line 213 of file ogsf.h.
Referenced by get_mapatt().
struct BM* typbuff::nm |
Definition at line 211 of file ogsf.h.
Referenced by free_data_buffs(), get_mapatt(), Gs_update_attrange(), and gs_update_curmask().
short* typbuff::sb |
Definition at line 208 of file ogsf.h.
Referenced by free_data_buffs(), get_mapatt(), gs_masked(), and Gs_update_attrange().
float(* typbuff::tfunc) (float, int) |
Definition at line 212 of file ogsf.h.
Referenced by get_mapatt(), and gs_get_att_typbuff().