GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
#include <R.h>
Data Fields | |
char * | name |
char * | mapset |
struct Cell_head | cellhd |
struct ilist * | clist |
struct Cell_head tileinfo::cellhd |
Definition at line 43 of file R.h.
Referenced by Rast_get_vrt(), and Rast_get_vrt_row().
struct ilist* tileinfo::clist |
Definition at line 44 of file R.h.
Referenced by Rast_close_vrt(), Rast_get_vrt(), and Rast_get_vrt_row().
char* tileinfo::mapset |
Definition at line 42 of file R.h.
Referenced by Rast_close_vrt(), Rast_get_vrt(), and Rast_get_vrt_row().
char* tileinfo::name |
Definition at line 41 of file R.h.
Referenced by Rast_close_vrt(), Rast_get_vrt(), and Rast_get_vrt_row().