27 #include "TSnumberData.h"
29 namespace Antares::Data::ScenarioBuilder
42 void saveToINIFile(
const Study& study, Yuni::IO::File::Stream& file)
const override;
45 void attachArea(
const Area* area)
53 CString<512, false> get_prefix()
const override;
54 uint get_tsGenCount(
const Study& study)
const override;
58 const Area* pArea =
nullptr;
62 const uint year)
const
64 assert(cluster !=
nullptr);
73 inline CString<512, false> renewableTSNumberData::get_prefix()
const
Definition for a single area.
Definition: area.h:51
unsigned int areaWideIndex
The index of the cluster from the area's point of view.
Definition: cluster.h:117
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:77
Definition: RenewableTSNumberData.h:32
bool reset(const Study &study) override
Reset data from the study.
Definition: RenewableTSNumberData.cpp:110
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