18 #include <grass/gis.h>
19 #include <grass/glocale.h>
36 struct Cell_head cellhd;
64 G_warning(_(
"Unable to open automatic MASK file"));
char * G_mapset(void)
current mapset name
int G_get_cellhd(const char *name, const char *mapset, struct Cell_head *cellhd)
Read the raster header.
int G_suppress_masking(void)
Suppresses masking.
int G_close_cell(int fd)
close a raster map
int G_unsuppress_masking(void)
Unsuppresses masking.
char * G_find_cell(char *name, const char *mapset)
find a raster map
int G_unopen_cell(int fd)
unopen a raster map
int G_zone(void)
Query cartographic zone.
int G__open_cell_old(const char *name, const char *mapset)
Lower level function, open cell files, supercell files, and the MASK file.
G_warning("category support for [%s] in mapset [%s] %s", name, mapset, type)
int G_projection(void)
query cartographic projection
int G__check_for_auto_masking(void)
Checks for auto masking.