GRASS 8 Programmer's Manual 8.6.0dev(2026)-ddeab64dbf
Loading...
Searching...
No Matches
GDAL_link Struct Reference

#include <R.h>

Data Fields

charfilename
 
int band_num
 
DCELL null_val
 
int hflip
 
int vflip
 
GDALDatasetH data
 
GDALRasterBandH band
 
GDALDataType type
 

Detailed Description

Definition at line 18 of file R.h.

Field Documentation

◆ band

GDALRasterBandH GDAL_link::band

Definition at line 25 of file R.h.

Referenced by Rast_create_gdal_link(), and Rast_get_gdal_link().

◆ band_num

int GDAL_link::band_num

Definition at line 20 of file R.h.

Referenced by Rast_create_gdal_link(), and Rast_get_gdal_link().

◆ data

GDALDatasetH GDAL_link::data

◆ filename

char* GDAL_link::filename

◆ hflip

int GDAL_link::hflip

Definition at line 22 of file R.h.

Referenced by Rast_create_gdal_link(), and Rast_get_gdal_link().

◆ null_val

DCELL GDAL_link::null_val

Definition at line 21 of file R.h.

Referenced by Rast_create_gdal_link(), and Rast_get_gdal_link().

◆ type

GDALDataType GDAL_link::type

Definition at line 26 of file R.h.

Referenced by Rast_create_gdal_link(), and Rast_get_gdal_link().

◆ vflip

int GDAL_link::vflip

Definition at line 23 of file R.h.

Referenced by Rast_create_gdal_link(), and Rast_get_gdal_link().


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