26#include "TSnumberData.h"
28namespace Antares::Data::ScenarioBuilder
39 void attachArea(
const Area* area)
47 CString<512, false> get_prefix()
const override;
48 uint get_tsGenCount(
const Study& study)
const override;
52 const Area* pArea =
nullptr;
57 assert(link !=
nullptr);
60 const uint index = link->indexForArea;
66inline CString<512, false> ntcTSNumberData::get_prefix()
const
Definition of a link between two areas (Interconnection)
Definition links.h:50
Definition for a single area.
Definition area.h:52
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 NTCTSNumberData.h:31
void saveToINIFile(const Study &study, Yuni::IO::File::Stream &file) const override
Export the data into a mere INI file.
Definition NTCTSNumberData.cpp:43
bool reset(const Study &study) override
Reset data from the study.
Definition NTCTSNumberData.cpp:31
bool apply(Study &study) override
Apply the changes to the study corresponding data (time series, hydro levels, ...)
Definition NTCTSNumberData.cpp:92
uint width
Width of the matrix.
Definition matrix.h:441