GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
Go to the source code of this file.
Data Structures | |
struct | GDAL_link |
struct | tileinfo |
struct | R_vrt |
struct | fileinfo |
struct | R__ |
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 |
Typedefs | |
typedef int | COLUMN_MAPPING |
Functions | |
CPLErr | Rast_gdal_raster_IO (GDALRasterBandH, GDALRWFlag, int, int, int, int, void *, int, int, GDALDataType, int, int) |
Variables | |
struct R__ | R__ |
#define OPEN_NEW_COMPRESSED 2 |
Definition at line 109 of file R.h.
Referenced by Rast__unopen_all().
#define OPEN_NEW_UNCOMPRESSED 3 |
Definition at line 110 of file R.h.
Referenced by Rast__unopen_all().
#define OPEN_OLD 1 |
Definition at line 108 of file R.h.
Referenced by Rast__create_window_mapping(), Rast_close(), Rast_set_quant_rules(), and Rast_unopen().
#define XDR_DOUBLE_NBYTES 8 |
Definition at line 8 of file R.h.
Referenced by Rast__open_old(), Rast_read_fp_range(), Rast_read_rstats(), Rast_write_fp_range(), and Rast_write_rstats().
#define XDR_FLOAT_NBYTES 4 |
Definition at line 7 of file R.h.
Referenced by Rast__open_old().
typedef int COLUMN_MAPPING |
CPLErr Rast_gdal_raster_IO | ( | GDALRasterBandH | , |
GDALRWFlag | , | ||
int | , | ||
int | , | ||
int | , | ||
int | , | ||
void * | , | ||
int | , | ||
int | , | ||
GDALDataType | , | ||
int | , | ||
int | |||
) |
Referenced by Rast_close_gdal_write_link().
Definition at line 30 of file raster/init.c.