|
Modular Megafauna Model 1.1.5
A physiological, dynamic herbivore simulator in C++.
|
Simple container for spatially and temporally aggregated output data. More...
#include <datapoint.h>
Public Attributes | |
| std::string | aggregation_unit |
| Identifier of the spatial aggregation unit. More... | |
| CombinedData | data |
| The aggregated output data itself. More... | |
| DateInterval | interval = DateInterval(Date(0, 0), Date(0, 0)) |
| The time frame that is integrated in the data. More... | |
Simple container for spatially and temporally aggregated output data.
CombinedData already holds and aggregates output data, but this class additionally contains the relevant metadata for what the data represent.
This struct holds the data from one or several Fauna::SimulationUnit objects that comprise one aggregation unit (Fauna::Habitat::get_aggregation_unit). The data are aggregated over a time period given by the interval property.
| std::string Fauna::Output::Datapoint::aggregation_unit |
Identifier of the spatial aggregation unit.
| CombinedData Fauna::Output::Datapoint::data |
The aggregated output data itself.
| DateInterval Fauna::Output::Datapoint::interval = DateInterval(Date(0, 0), Date(0, 0)) |
The time frame that is integrated in the data.