|
void | initializeFromStudy (Antares::Data::Study &) |
| Initialize result outputs from study.
|
|
void | reset () |
| Reset all values.
|
|
void | merge (uint year, const IntermediateValues &data) |
| Merge the intermediate values.
|
|
template<class S , class VCardT > |
void | buildSurveyReport (SurveyResults &report, const S &results, int dataLevel, int fileLevel, int precision) const |
|
template<class VCardT > |
void | buildDigest (SurveyResults &results, int digestLevel, int dataLevel) const |
|
Antares::Memory::Stored< double >::ConstReturnType | hourlyValuesForSpatialAggregate () const |
|
template<class FirstDecoratorT, template< class, int > class DecoratorForSpatialAggregateT>
class Antares::Solver::Variable::Results< FirstDecoratorT, DecoratorForSpatialAggregateT >
- Template Parameters
-
FirstDecoratorT | The first decorator for the class. The common values are Raw , Average , Min , Max ... This parameter is a static list. |