27 #include "TSnumberData.h"
29 namespace Antares::Data::ScenarioBuilder
39 void saveToINIFile(
const Study& study, Yuni::IO::File::Stream& file)
const override;
41 void attachArea(
const Area* area)
49 CString<512, false> get_prefix()
const override;
50 uint get_tsGenCount(
const Study& study)
const override;
54 const Area* pArea =
nullptr;
58 const uint year)
const
60 assert(cluster !=
nullptr);
69 inline CString<512, false> thermalTSNumberData::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: ThermalTSNumberData.h:32
bool reset(const Study &study) override
Reset data from the study.
Definition: ThermalTSNumberData.cpp:31
bool apply(Study &study) override
Apply the changes to the study corresponding data (time series, hydro levels, ...)
Definition: ThermalTSNumberData.cpp:89
A single thermal cluster.
Definition: cluster.h:76
uint width
Width of the matrix.
Definition: matrix.h:441