GRASS GIS 8 Programmer's Manual
8.5.0dev(2024)-36359e2344
|
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 112 of file temporal.h.
int _tgisDatasetList::alloc_values |
Allocated space for tgisDataset structs.
Definition at line 124 of file temporal.h.
int _tgisDatasetList::n_values |
Number of tgisDataset structs in the list.
Definition at line 120 of file temporal.h.
struct _tgisDataset** _tgisDatasetList::values |
Array of tgisDataset structs.
Definition at line 116 of file temporal.h.