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
G.h
Go to the documentation of this file.
1
#include <
grass/config.h
>
2
#include <
grass/gis.h
>
3
4
#ifdef GRASS_CMAKE_BUILD
5
#include <export/grass_gis_export.h>
6
#else
7
#define GRASS_GIS_EXPORT
8
#endif
9
10
struct
G__
/* Structure of library globals */
11
{
12
struct
Cell_head
window
;
/* Contains the current window */
13
int
window_set
;
/* Flag: window set? */
14
int
little_endian
;
/* Flag denoting little-endian architecture */
15
int
compression_level
;
/* zlib compression level */
16
};
17
18
GRASS_GIS_EXPORT
extern
struct
G__
G__
;
/* allocated in gisinit */
GRASS_GIS_EXPORT
#define GRASS_GIS_EXPORT
Definition:
G.h:7
config.h
gis.h
Cell_head
2D/3D raster map header (used also for region)
Definition:
gis.h:441
G__
Definition:
G.h:11
G__::compression_level
int compression_level
Definition:
G.h:15
G__::little_endian
int little_endian
Definition:
G.h:14
G__::window_set
int window_set
Definition:
G.h:13
G__::window
struct Cell_head window
Definition:
G.h:12
lib
gis
G.h
Generated on Thu Mar 20 2025 07:33:24 for GRASS GIS 8 Programmer's Manual by
1.9.1