|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-ddeab64dbf
|
#include <R.h>
Data Fields | |
| char * | filename |
| int | band_num |
| DCELL | null_val |
| int | hflip |
| int | vflip |
| GDALDatasetH | data |
| GDALRasterBandH | band |
| GDALDataType | type |
| GDALRasterBandH GDAL_link::band |
Definition at line 25 of file R.h.
Referenced by Rast_create_gdal_link(), and Rast_get_gdal_link().
| int GDAL_link::band_num |
Definition at line 20 of file R.h.
Referenced by Rast_create_gdal_link(), and Rast_get_gdal_link().
| GDALDatasetH GDAL_link::data |
Definition at line 24 of file R.h.
Referenced by Rast_close_gdal_link(), Rast_close_gdal_write_link(), Rast_create_gdal_link(), and Rast_get_gdal_link().
| char* GDAL_link::filename |
Definition at line 19 of file R.h.
Referenced by Rast_close_gdal_link(), Rast_close_gdal_write_link(), Rast_create_gdal_link(), and Rast_get_gdal_link().
| int GDAL_link::hflip |
Definition at line 22 of file R.h.
Referenced by Rast_create_gdal_link(), and Rast_get_gdal_link().
| DCELL GDAL_link::null_val |
Definition at line 21 of file R.h.
Referenced by Rast_create_gdal_link(), and Rast_get_gdal_link().
| GDALDataType GDAL_link::type |
Definition at line 26 of file R.h.
Referenced by Rast_create_gdal_link(), and Rast_get_gdal_link().
| int GDAL_link::vflip |
Definition at line 23 of file R.h.
Referenced by Rast_create_gdal_link(), and Rast_get_gdal_link().