GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
#include <grass/config.h>
#include <grass/gis.h>
#include <rpc/types.h>
#include <rpc/xdr.h>
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__ |
#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 |
Definition at line 102 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 100 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 10 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 9 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 |