1 #ifndef TIMESERIESMANAGER_H 2 #define TIMESERIESMANAGER_H 10 namespace simulation {
22 void addTimeSerie (Variables var,
int zone,
int adim, std::shared_ptr<TimeSeries> ts);
23 std::shared_ptr<TimeSeries> getTimeSeries (Variables var,
int zone,
int adim);
28 typedef std::map<int, std::shared_ptr<TimeSeries> > ADimContainer;
29 typedef std::map<int, ADimContainer *> ZoneContainer;
30 typedef std::vector<ZoneContainer *> TimeSeriesContainer;
32 TimeSeriesContainer mData;
37 #endif // TIMESERIESMANAGER_H Definition: decisiontreemanager.h:13
Definition: timeseriesmanager.h:14
static const int ALL_ZONES
Definition: timeseriesmanager.h:25
Variables
Definition: timeseriesmanager.h:17
Definition: timeseriesmanager.h:17
#define COMMONSSHARED_EXPORT
Definition: commons_global.h:23