|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-1878fdfec5
|
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.
SPDX-FileCopyrightText: 2001-2009, 2011 GRASS Development Team SPDX-License-Identifier: GPL-2.0-or-later
Definition in file find_rast3d.c.
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 26 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(), open_g3d_file(), and Rast3d_read_region_map().