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

#include <ogsf.h>

Collaboration diagram for typbuff:

Data Fields

float * fb
 
int * ib
 
short * sb
 
unsigned char * cb
 
struct BMbm
 
struct BMnm
 
float(* tfunc )(float, int)
 
float k
 

Detailed Description

Definition at line 204 of file ogsf.h.

Field Documentation

◆ bm

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().

◆ cb

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().

◆ fb

float* typbuff::fb

Definition at line 206 of file ogsf.h.

Referenced by free_data_buffs(), get_mapatt(), gs_masked(), and Gs_update_attrange().

◆ ib

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().

◆ k

float typbuff::k

Definition at line 213 of file ogsf.h.

Referenced by get_mapatt().

◆ nm

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().

◆ sb

short* typbuff::sb

Definition at line 208 of file ogsf.h.

Referenced by free_data_buffs(), get_mapatt(), gs_masked(), and Gs_update_attrange().

◆ tfunc

float(* typbuff::tfunc) (float, int)

Definition at line 212 of file ogsf.h.

Referenced by get_mapatt(), and gs_get_att_typbuff().


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