27#include "TSnumberData.h"
29namespace Antares::Data::ScenarioBuilder
40 void attachArea(
const Area* area)
48 CString<512, false> get_prefix()
const override;
49 uint get_tsGenCount(
const Study& study)
const override;
53 const Area* pArea =
nullptr;
57 const uint year)
const
59 assert(cluster !=
nullptr);
68inline CString<512, false> thermalTSNumberData::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 ThermalTSNumberData.h:32
void saveToINIFile(const Study &study, Yuni::IO::File::Stream &file) const override
Export the data into a mere INI file.
Definition ThermalTSNumberData.cpp:48
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:87
A single thermal cluster.
Definition cluster.h:78
uint width
Width of the matrix.
Definition matrix.h:441