GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
#include <bitmap.h>
Data Fields | |
short | count |
char | val |
struct BMlink * | next |
short BMlink::count |
Definition at line 31 of file bitmap.h.
Referenced by BM_dump_map_row_sparse(), BM_dump_map_sparse(), BM_get_sparse(), and BM_set_sparse().
struct BMlink* BMlink::next |
Definition at line 33 of file bitmap.h.
Referenced by BM_dump_map_row_sparse(), BM_dump_map_sparse(), BM_get_map_size_sparse(), BM_get_sparse(), and BM_set_sparse().
char BMlink::val |
Definition at line 32 of file bitmap.h.
Referenced by BM_create_sparse(), BM_dump_map_row_sparse(), BM_dump_map_sparse(), BM_get_sparse(), and BM_set_sparse().