GRASS GIS 8 Programmer's Manual
8.4.1(2025)-45ca3179ab
Loading...
Searching...
No Matches
G.h
Go to the documentation of this file.
1
#include <grass/config.h>
2
#include <grass/gis.h>
3
4
struct
G__
/* Structure of library globals */
5
{
6
struct
Cell_head
window
;
/* Contains the current window */
7
int
window_set
;
/* Flag: window set? */
8
int
little_endian
;
/* Flag denoting little-endian architecture */
9
int
compression_level
;
/* zlib compression level */
10
};
11
12
extern
struct
G__
G__
;
/* allocated in gisinit */
G__
Definition
G.h:5
G__::compression_level
int compression_level
Definition
G.h:9
G__::little_endian
int little_endian
Definition
G.h:8
G__::window_set
int window_set
Definition
G.h:7
G__::window
struct Cell_head window
Definition
G.h:6
gis
G.h
Generated on Sat Jun 21 2025 21:07:27 for GRASS GIS 8 Programmer's Manual by
1.13.2