|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-ddeab64dbf
|
#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_create_sparse(), BM_dump_map_row_sparse(), BM_dump_map_sparse(), BM_file_read(), BM_file_write_sparse(), BM_get_sparse(), and BM_set_sparse().
Definition at line 30 of file bitmap.h.
Referenced by BM_create_sparse(), BM_destroy_sparse(), BM_dump_map_row_sparse(), BM_dump_map_sparse(), BM_file_read(), BM_file_write_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_file_read(), BM_file_write_sparse(), BM_get_sparse(), and BM_set_sparse().