GRASS GIS 8 Programmer's Manual  8.4.0dev(2024)-112dd97adf
_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 54 of file temporal.h.

Field Documentation

◆ alloc_values

int _tgisMapList::alloc_values

Allocated space for tgisMap struct's.

Definition at line 66 of file temporal.h.

◆ n_values

int _tgisMapList::n_values

Number of tgisMap struct's in the list.

Definition at line 62 of file temporal.h.

◆ values

tgisMap** _tgisMapList::values

Array of tgisMap struct's.

Definition at line 58 of file temporal.h.


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