GRASS GIS 7 Programmer's Manual  7.0.3(2016)-r00000
find_rast3d.c
Go to the documentation of this file.
1 
14 #include <grass/gis.h>
15 
28 const char *G_find_raster3d(const char *name, const char *mapset)
29 {
30  return G_find_file2_misc("grid3", "cell", name, mapset);
31 }
const char * G_find_file2_misc(const char *dir, const char *element, const char *name, const char *mapset)
Searches for a file from the mapset search list or in a specified mapset. (look but don't touch) ...
Definition: find_file.c:267
const char * G_find_raster3d(const char *name, const char *mapset)
Search for a 3D raster map in current search path or in a specified mapset.
Definition: find_rast3d.c:28
const char * name
Definition: named_colr.c:7