#include "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 | G__ |
| struct | G__::fileinfo |
Defines | |
| #define | MAXFILES 256 |
| #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 | |
| G__ | G__ |
| #define MAXFILES 256 |
Definition at line 2 of file G.h.
Referenced by G__open_cell_old(), G_close_cell(), G_read_fp_range(), G_set_window(), and G_unopen_cell().
| #define NULL_ROWS_INMEM 8 |
| #define OPEN_NEW_COMPRESSED 2 |
Definition at line 75 of file G.h.
Referenced by G__write_fp_format(), G_open_cell_new(), and G_open_fp_cell_new().
| #define OPEN_NEW_RANDOM 4 |
| #define OPEN_NEW_UNCOMPRESSED 3 |
Definition at line 76 of file G.h.
Referenced by G_open_cell_new_uncompressed(), and G_open_fp_cell_new_uncompressed().
| #define OPEN_OLD 1 |
Definition at line 74 of file G.h.
Referenced by G__create_window_mapping(), G_close_cell(), G_set_quant_rules(), G_set_window(), and G_unopen_cell().
| #define XDR_DOUBLE_NBYTES 8 |
Definition at line 7 of file G.h.
Referenced by G__open_cell_old(), G_open_fp_cell_new(), G_open_fp_cell_new_uncompressed(), G_read_fp_range(), G_set_fp_type(), and G_write_fp_range().
| #define XDR_FLOAT_NBYTES 4 |
Definition at line 6 of file G.h.
Referenced by G__open_cell_old(), G_open_fp_cell_new(), G_open_fp_cell_new_uncompressed(), and G_set_fp_type().
| typedef int COLUMN_MAPPING |
1.4.7