GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
List of tgisDatasets struct's. More...
#include <temporal.h>
Data Fields | |
struct _tgisDataset ** | values |
Array of tgisDataset structs. More... | |
int | n_values |
Number of tgisDataset structs in the list. More... | |
int | alloc_values |
Allocated space for tgisDataset structs. More... | |
List of tgisDatasets struct's.
This structure is used to store lists of dataset (space time datasets or time stamped maps) using the tgisDataset structure internally.
Definition at line 114 of file temporal.h.
int _tgisDatasetList::alloc_values |
Allocated space for tgisDataset structs.
Definition at line 127 of file temporal.h.
int _tgisDatasetList::n_values |
Number of tgisDataset structs in the list.
Definition at line 123 of file temporal.h.
struct _tgisDataset** _tgisDatasetList::values |
Array of tgisDataset structs.
Definition at line 119 of file temporal.h.