#include <grass/gis.h>
#include <rpc/types.h>
#include <rpc/xdr.h>
Go to the source code of this file.
Data Structures | |
struct | fileinfo |
struct | G__ |
Defines | |
#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__ |
#define NULL_ROWS_INMEM 8 |
#define OPEN_NEW_COMPRESSED 2 |
Definition at line 76 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 |
#define OPEN_NEW_UNCOMPRESSED 3 |
Definition at line 77 of file G.h.
Referenced by G_open_cell_new_uncompressed(), G_open_fp_cell_new_uncompressed(), and G_set_window().
#define OPEN_OLD 1 |
Definition at line 75 of file G.h.
Referenced by G__create_window_mapping(), G__open_cell_old(), G_close_cell(), G_set_quant_rules(), G_set_window(), and G_unopen_cell().
#define XDR_DOUBLE_NBYTES 8 |
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(), G_read_fp_range(), G_set_fp_type(), G_set_window(), and G_write_fp_range().
#define XDR_FLOAT_NBYTES 4 |
Definition at line 5 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 |