GRASS GIS 7 Programmer's Manual
7.0.3(2016)-r00000
|
#include <G.h>
Data Fields | |
struct Cell_head | window |
int | window_set |
int | little_endian |
int | compression_level |
int G__::compression_level |
Definition at line 9 of file G.h.
Referenced by G__check_gisinit().
int G__::little_endian |
Definition at line 8 of file G.h.
Referenced by G__check_gisinit().
struct Cell_head G__::window |
Definition at line 6 of file G.h.
Referenced by G__init_window(), G_get_set_window(), G_get_window(), and G_set_window().
int G__::window_set |
Definition at line 7 of file G.h.
Referenced by G__check_gisinit(), G__init_window(), G_get_window(), G_set_window(), and G_unset_window().