GRASS GIS 8 Programmer's Manual
8.5.0dev(2025)-565e82de51
Main Page
Related Pages
Data Structures
Data Structures
Class Hierarchy
Data Fields
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
~
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Related Functions
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Variables
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
w
x
y
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
o
p
r
s
t
u
v
w
y
Enumerations
a
c
d
e
h
i
j
l
m
n
o
p
r
s
t
v
y
Enumerator
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
y
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
raster3d/mapset.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_make_mapset_map_directory
(
const
char
*mapName)
10
{
11
G_make_mapset_dir_object
(
RASTER3D_DIRECTORY
, mapName);
12
}
G_make_mapset_dir_object
int G_make_mapset_dir_object(const char *, const char *)
Create directory for an object of a given type.
Definition:
mapset_msc.c:108
Rast3d_make_mapset_map_directory
void Rast3d_make_mapset_map_directory(const char *mapName)
Definition:
raster3d/mapset.c:9
RASTER3D_DIRECTORY
#define RASTER3D_DIRECTORY
Definition:
raster3d.h:31
raster3d_intern.h
stdio.h
stdlib.h
unistd.h
lib
raster3d
mapset.c
Generated on Thu Mar 20 2025 07:33:27 for GRASS GIS 8 Programmer's Manual by
1.9.1