27#include "TSnumberData.h"
29namespace Antares::Data::ScenarioBuilder
43 void attachArea(
const Area* area)
51 CString<512, false> get_prefix()
const override;
52 uint get_tsGenCount(
const Study& study)
const override;
56 const Area* pArea =
nullptr;
60 const uint year)
const
62 assert(cluster !=
nullptr);
71inline CString<512, false> renewableTSNumberData::get_prefix()
const
Definition for a single area.
Definition area.h:52
unsigned int areaWideIndex
The index of the cluster from the area's point of view.
Definition cluster.h:120
Rules for TS numbers, for all years and a single timeseries.
Definition TSnumberData.h:32
MatrixType pTSNumberRules
All TS number overlay (0 if auto)
Definition TSnumberData.h:75
Definition RenewableTSNumberData.h:32
bool reset(const Study &study) override
Reset data from the study.
Definition RenewableTSNumberData.cpp:108
void saveToINIFile(const Study &study, Yuni::IO::File::Stream &file) const override
Export the data into a mere INI file.
Definition RenewableTSNumberData.cpp:80
bool apply(Study &study) override
Apply the changes to the study corresponding data (time series, hydro levels, ...)
Definition RenewableTSNumberData.cpp:42
uint width
Width of the matrix.
Definition matrix.h:441