GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
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 21 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 20 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 23 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 25 of file bitmap.h.

Referenced by BM_create_sparse(), and BM_set_sparse().


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