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

List of tgisDatasets struct's. More...

#include <temporal.h>

Collaboration diagram for _tgisDatasetList:

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

Detailed Description

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.

Field Documentation

◆ alloc_values

int _tgisDatasetList::alloc_values

Allocated space for tgisDataset structs.

Definition at line 127 of file temporal.h.

◆ n_values

int _tgisDatasetList::n_values

Number of tgisDataset structs in the list.

Definition at line 123 of file temporal.h.

◆ values

struct _tgisDataset** _tgisDatasetList::values

Array of tgisDataset structs.

Definition at line 119 of file temporal.h.


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