GRASS GIS 8 Programmer's Manual 8.3.2(2024)-exported
Loading...
Searching...
No Matches
G.h
Go to the documentation of this file.
1#include <grass/config.h>
2#include <grass/gis.h>
3
4struct 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
12extern struct G__ G__; /* allocated in gisinit */
Definition G.h:5
int compression_level
Definition G.h:9
int little_endian
Definition G.h:8
int window_set
Definition G.h:7
struct Cell_head window
Definition G.h:6