GRASS GIS 8 Programmer's Manual  8.4.0dev(2024)-dcc4425b9d
mask_info.c File Reference
#include <string.h>
#include <grass/gis.h>
#include <grass/raster.h>
#include <grass/glocale.h>
Include dependency graph for mask_info.c:

Go to the source code of this file.

Functions

char * Rast_mask_info (void)
 
int Rast__mask_info (char *name, char *mapset)
 

Function Documentation

◆ Rast__mask_info()

int Rast__mask_info ( char *  name,
char *  mapset 
)

Definition at line 56 of file mask_info.c.

References G_find_raster(), G_mapset(), GMAPSET_MAX, GNAME_MAX, name, Rast_is_reclass(), and strcpy.

Referenced by Rast_mask_info().

◆ Rast_mask_info()

char* Rast_mask_info ( void  )

Definition at line 35 of file mask_info.c.

References _, G_store(), GMAPSET_MAX, GNAME_MAX, name, Rast__mask_info(), and strcpy.