GRASS 8 Programmer's Manual
8.6.0dev(2026)-f6f2c534ea
Loading...
Searching...
No Matches
filename.c
Go to the documentation of this file.
1
#include <
stdio.h
>
2
#include <
stdlib.h
>
3
#include <sys/types.h>
4
#include <
unistd.h
>
5
#include "
raster3d_intern.h
"
6
7
/*---------------------------------------------------------------------------*/
8
9
void
Rast3d_filename
(
char
*
path
,
const
char
*
elementName
,
const
char
*
mapName
,
10
const
char
*mapset)
11
{
12
G_file_name_misc
(
path
,
RASTER3D_DIRECTORY
,
elementName
,
mapName
, mapset);
13
}
AMI_STREAM
Definition
ami_stream.h:153
G_file_name_misc
char * G_file_name_misc(char *, const char *, const char *, const char *, const char *)
Builds full path names to GIS misc data files.
Definition
file_name.c:101
Rast3d_filename
void Rast3d_filename(char *path, const char *elementName, const char *mapName, const char *mapset)
Definition
filename.c:9
RASTER3D_DIRECTORY
#define RASTER3D_DIRECTORY
Definition
raster3d.h:31
raster3d_intern.h
stdio.h
stdlib.h
path
Definition
path.h:15
unistd.h
lib
raster3d
filename.c
Generated on Sun Apr 12 2026 06:59:17 for GRASS 8 Programmer's Manual by
1.9.8