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

Field Documentation

◆ alloc_values

int _tgisDatasetList::alloc_values

Allocated space for tgisDataset structs.

Definition at line 124 of file temporal.h.

◆ n_values

int _tgisDatasetList::n_values

Number of tgisDataset structs in the list.

Definition at line 120 of file temporal.h.

◆ values

struct _tgisDataset** _tgisDatasetList::values

Array of tgisDataset structs.

Definition at line 116 of file temporal.h.


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