GRASS GIS 8 Programmer's Manual
8.5.0dev(2024)-bea8435a9e
|
List of tgisMap struct's. More...
#include <temporal.h>
Data Fields | |
tgisMap ** | values |
Array of tgisMap struct's. More... | |
int | n_values |
Number of tgisMap struct's in the list. More... | |
int | alloc_values |
Allocated space for tgisMap struct's. More... | |
List of tgisMap struct's.
This structure is used to store lists of time stamped maps using the tgisMap structure internally.
Definition at line 54 of file temporal.h.
int _tgisMapList::alloc_values |
Allocated space for tgisMap struct's.
Definition at line 66 of file temporal.h.
int _tgisMapList::n_values |
Number of tgisMap struct's in the list.
Definition at line 62 of file temporal.h.
tgisMap** _tgisMapList::values |
Array of tgisMap struct's.
Definition at line 58 of file temporal.h.