18 #ifndef ESOLIPGENERATOR_H
19 #define ESOLIPGENERATOR_H
45 ESOLIPGenerator(
const std::vector<std::string>& vecArgs,
const std::string& i_algo)
48 bool create(
const size_t& param, std::vector<MeteoData>& vecMeteo);
51 void parse_args(
const std::vector<std::string>& vecArgs);
52 double newSnowDensity(
const MeteoData& md)
const;
bool generate(const size_t ¶m, MeteoData &md)
Definition: ESOLIPGenerator.cc:32
Interface class for the generator models. These models generate data for a specific parameter when al...
Definition: GeneratorAlgorithms.h:110
bool create(const size_t ¶m, std::vector< MeteoData > &vecMeteo)
Definition: ESOLIPGenerator.cc:39
ESOLIPGenerator(const std::vector< std::string > &vecArgs, const std::string &i_algo)
Definition: ESOLIPGenerator.h:45
Generate precipitation from changes in snow height. This implements the approach laid out in Mair et ...
Definition: ESOLIPGenerator.h:43
A class to represent a singular measurement received from one station at a certain time (represented ...
Definition: MeteoData.h:101