GRASS GIS 8 Programmer's Manual 8.4.1(2025)-45ca3179ab
|
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. | |
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(), and name.
Referenced by Gvl_load_colors_data(), M_do_remove(), M_do_rename(), N_read_rast3d_to_array_3d(), and open_g3d_file().