31 static int initialized = 0;
32 static int init(
void);
59 G_fatal_error(
_(
"Raster library not initialized. Programmer forgot to call "
99 cname = getenv(
"GRASS_COMPRESSOR");
105 if (cname && *cname) {
111 _(
"Unknown compression method <%s>, using default %s"),
115 G_warning(
_(
"No compression is not supported for GRASS raster "
116 "maps, using default %s"),
123 G_warning(
_(
"This GRASS version does not support %s compression, "
129 G_debug(1,
"Using %s compression",
133 nulls = getenv(
"GRASS_COMPRESS_NULLS");
void void void void G_fatal_error(const char *,...) __attribute__((format(printf
void G_warning(const char *,...) __attribute__((format(printf
int G_default_compressor(void)
char * G_compressor_name(int)
int G_compressor_number(char *)
int G_check_compressor(int)
void G_add_error_handler(void(*)(void *), void *)
Add new error handler.
int G_is_initialized(int *)
void G_initialize_done(int *)
int G_debug(int, const char *,...) __attribute__((format(printf
void Rast__init_window(void)
int Rast__check_for_auto_masking(void)
Checks for auto masking.
void Rast__unopen_all(void)
Unopen all raster maps.
void Rast_init_gdal(void)
Initialization.
#define UNUSED
A macro for an attribute, if attached to a variable, indicating that the variable is not used.
void Rast_init(void)
Initialize GRASS GIS engine.
void Rast__error_handler(void *p UNUSED)
void Rast__check_init(void)
Checks to see if GIS engine is initialized.
struct fileinfo * fileinfo