GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
GDAL_link Struct Reference

#include <R.h>

Data Fields

char * filename
 
int band_num
 
DCELL null_val
 
int hflip
 
int vflip
 
GDALDatasetH data
 
GDALRasterBandH band
 
GDALDataType type
 

Detailed Description

Definition at line 19 of file R.h.

Field Documentation

◆ band

GDALRasterBandH GDAL_link::band

Definition at line 28 of file R.h.

◆ band_num

int GDAL_link::band_num

Definition at line 22 of file R.h.

◆ data

GDALDatasetH GDAL_link::data

Definition at line 27 of file R.h.

Referenced by Rast_close_gdal_link(), and Rast_close_gdal_write_link().

◆ filename

char* GDAL_link::filename

Definition at line 21 of file R.h.

Referenced by Rast_close_gdal_link(), and Rast_close_gdal_write_link().

◆ hflip

int GDAL_link::hflip

Definition at line 24 of file R.h.

◆ null_val

DCELL GDAL_link::null_val

Definition at line 23 of file R.h.

◆ type

GDALDataType GDAL_link::type

Definition at line 29 of file R.h.

◆ vflip

int GDAL_link::vflip

Definition at line 25 of file R.h.


The documentation for this struct was generated from the following file: