GRASS GIS 8 Programmer's Manual  8.4.0dev(2024)-b656141cbc
BM Struct Reference

#include <bitmap.h>

Collaboration diagram for BM:

Data Fields

int rows
 
int cols
 
size_t bytes
 
unsigned char * data
 
int sparse
 
struct link_headtoken
 

Detailed Description

Definition at line 17 of file bitmap.h.

Field Documentation

◆ bytes

size_t BM::bytes

Definition at line 20 of file bitmap.h.

Referenced by BM_create_sparse(), BM_get(), BM_get_map_size(), BM_set(), and gsbm_zero_mask().

◆ cols

int BM::cols

Definition at line 19 of file bitmap.h.

Referenced by BM_create_sparse(), BM_get(), BM_set(), get_mapatt(), gsbm_make_mask(), and print_bm().

◆ data

◆ rows

◆ sparse

int BM::sparse

Definition at line 22 of file bitmap.h.

Referenced by BM_create_sparse(), BM_destroy(), BM_get(), BM_get_map_size(), and BM_set().

◆ token

struct link_head* BM::token

Definition at line 24 of file bitmap.h.

Referenced by BM_create_sparse(), and BM_set_sparse().


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