GRASS GIS 8 Programmer's Manual
8.5.0dev(2024)-602118adcc
|
#include <bitmap.h>
Data Fields | |
short | count |
char | val |
struct BMlink * | next |
short BMlink::count |
Definition at line 28 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 30 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 29 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().