GRASS GIS 7 Programmer's Manual
7.0.2(2015)-r00000
Main Page
Related Pages
Data Structures
Files
File List
Globals
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
}
G_find_file2_misc
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
G_find_raster3d
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
name
const char * name
Definition:
named_colr.c:7
gis
find_rast3d.c
Generated on Thu Dec 3 2015 05:16:14 for GRASS GIS 7 Programmer's Manual by
1.8.9.1