GRASS GIS 8 Programmer's Manual 8.3.2(2024)-exported
|
#include <compress.h>
Data Fields | |
int | available |
compress_fn * | compress |
expand_fn * | expand |
bound_fn * | bound |
char * | name |
Definition at line 34 of file compress.h.
int compressor_list::available |
Definition at line 35 of file compress.h.
Referenced by G_check_compressor().
bound_fn* compressor_list::bound |
Definition at line 38 of file compress.h.
Referenced by G_compress_bound().
compress_fn* compressor_list::compress |
Definition at line 36 of file compress.h.
Referenced by G_compress().
expand_fn* compressor_list::expand |
Definition at line 37 of file compress.h.
Referenced by G_expand().
char* compressor_list::name |
Definition at line 39 of file compress.h.
Referenced by G_compressor_name(), and G_compressor_number().