GRASS GIS 8 Programmer's Manual
8.2.2dev(2023)-3d2c704037
|
#include <bitmap.h>
Data Fields | |
int | rows |
int | cols |
size_t | bytes |
unsigned char * | data |
int | sparse |
struct link_head * | token |
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().
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().
unsigned char* BM::data |
Definition at line 22 of file bitmap.h.
Referenced by BM_create_sparse(), BM_destroy(), BM_dump_map_row_sparse(), BM_dump_map_sparse(), BM_get(), BM_get_map_size_sparse(), BM_get_sparse(), BM_set(), BM_set_sparse(), and gsbm_zero_mask().
int BM::rows |
Definition at line 19 of file bitmap.h.
Referenced by BM_create_sparse(), BM_dump_map_sparse(), BM_get(), BM_get_map_size(), BM_get_map_size_sparse(), BM_set(), gsbm_make_mask(), gsbm_zero_mask(), and print_bm().
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().
struct link_head* BM::token |
Definition at line 25 of file bitmap.h.
Referenced by BM_create_sparse(), and BM_set_sparse().