GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
G.h File Reference
#include <grass/config.h>
#include <grass/gis.h>
#include <rpc/types.h>
#include <rpc/xdr.h>
Include dependency graph for G.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  GDAL_link
 
struct  fileinfo
 
struct  G__
 

Macros

#define XDR_FLOAT_NBYTES   4
 
#define XDR_DOUBLE_NBYTES   8
 
#define NULL_ROWS_INMEM   8
 
#define OPEN_OLD   1
 
#define OPEN_NEW_COMPRESSED   2
 
#define OPEN_NEW_UNCOMPRESSED   3
 
#define OPEN_NEW_RANDOM   4
 

Typedefs

typedef int COLUMN_MAPPING
 

Variables

struct G__ G__
 

Macro Definition Documentation

#define NULL_ROWS_INMEM   8

Definition at line 11 of file G.h.

Referenced by G__open_cell_old(), and G_dump().

#define OPEN_NEW_COMPRESSED   2

Definition at line 101 of file G.h.

Referenced by G__write_fp_format(), G_open_cell_new(), G_open_fp_cell_new(), and G_set_window().

#define OPEN_NEW_RANDOM   4

Definition at line 103 of file G.h.

Referenced by G_open_cell_new_random(), and G_set_window().

#define OPEN_NEW_UNCOMPRESSED   3
#define OPEN_OLD   1
#define XDR_DOUBLE_NBYTES   8
#define XDR_FLOAT_NBYTES   4

Typedef Documentation

Definition at line 19 of file G.h.

Variable Documentation

struct G__ G__

Definition at line 28 of file gisinit.c.