GRASS 8 Programmer's Manual 8.6.0dev(2026)-5f4f7ad06c
Loading...
Searching...
No Matches
typbuff Struct Reference

#include <ogsf.h>

Collaboration diagram for typbuff:

Data Fields

floatfb
 
intib
 
shortsb
 
unsigned charcb
 
struct BMbm
 
struct BMnm
 
float(* tfunc )(float, int)
 
float k
 

Detailed Description

Definition at line 208 of file ogsf.h.

Field Documentation

◆ bm

struct BM* typbuff::bm

Definition at line 213 of file ogsf.h.

Referenced by free_data_buffs(), and gsds_alloc_typbuff().

◆ cb

unsigned char* typbuff::cb

Definition at line 212 of file ogsf.h.

Referenced by free_data_buffs(), get_mapatt(), and gsds_alloc_typbuff().

◆ fb

float* typbuff::fb

Definition at line 209 of file ogsf.h.

Referenced by free_data_buffs(), get_mapatt(), and gsds_alloc_typbuff().

◆ ib

int* typbuff::ib

Definition at line 210 of file ogsf.h.

Referenced by free_data_buffs(), get_mapatt(), and gsds_alloc_typbuff().

◆ k

float typbuff::k

Definition at line 216 of file ogsf.h.

Referenced by get_mapatt().

◆ nm

struct BM* typbuff::nm

Definition at line 214 of file ogsf.h.

Referenced by free_data_buffs(), get_mapatt(), and gsds_alloc_typbuff().

◆ sb

short* typbuff::sb

Definition at line 211 of file ogsf.h.

Referenced by free_data_buffs(), get_mapatt(), and gsds_alloc_typbuff().

◆ tfunc

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

Definition at line 215 of file ogsf.h.

Referenced by get_mapatt().


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