GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
GIS library - Find a 3D raster map. More...
#include <grass/gis.h>
Go to the source code of this file.
Functions | |
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. More... | |
GIS library - Find a 3D raster map.
(C) 2001-2009, 2011 by the GRASS Development Team
` This program is free software under the GNU General Public License (>=v2). Read the file COPYING that comes with GRASS for details.
Definition in file find_rast3d.c.
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.
Note: rejects all names that begin with '.'
name | map name |
mapset | mapset to search. ("" for search path) |
Definition at line 28 of file find_rast3d.c.
References G_find_file2_misc().
Referenced by M_do_remove(), and M_do_rename().