GRASS GIS 7 Programmer's Manual  7.9.dev(2021)-e5379bbd7
_tgisMapList Struct Reference

List of tgisMap struct's. More...

#include <temporal.h>

Collaboration diagram for _tgisMapList:

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...
 

Detailed Description

List of tgisMap struct's.

This structure is used to store lists of time stamped maps using the tgisMap structure internally.

Definition at line 57 of file temporal.h.

Field Documentation

◆ alloc_values

int _tgisMapList::alloc_values

Allocated space for tgisMap struct's.

Definition at line 70 of file temporal.h.

Referenced by tgis_init_map_list(), and tgis_map_list_add().

◆ n_values

int _tgisMapList::n_values

Number of tgisMap struct's in the list.

Definition at line 66 of file temporal.h.

Referenced by tgis_free_map_list(), tgis_init_map_list(), and tgis_map_list_add().

◆ values

tgisMap** _tgisMapList::values

Array of tgisMap struct's.

Definition at line 62 of file temporal.h.

Referenced by tgis_free_map_list(), tgis_init_map_list(), tgis_map_list_add(), and tgis_new_map_list().


The documentation for this struct was generated from the following file: