GRASS GIS 8 Programmer's Manual
8.5.0dev(2024)-36359e2344
|
#include <R.h>
Data Fields | |
char * | name |
char * | mapset |
struct Cell_head | cellhd |
struct ilist * | clist |
struct Cell_head tileinfo::cellhd |
Definition at line 41 of file R.h.
Referenced by Rast_get_vrt(), and Rast_get_vrt_row().
struct ilist* tileinfo::clist |
Definition at line 43 of file R.h.
Referenced by Rast_close_vrt(), Rast_get_vrt(), and Rast_get_vrt_row().
char* tileinfo::mapset |
Definition at line 41 of file R.h.
Referenced by Rast_close_vrt(), Rast_get_vrt(), and Rast_get_vrt_row().
char* tileinfo::name |
Definition at line 40 of file R.h.
Referenced by Rast_close_vrt(), Rast_get_vrt(), and Rast_get_vrt_row().