19#ifndef PROCRHWATERTOICE_H
20#define PROCRHWATERTOICE_H
44 ProcRHWaterToIce(
const std::vector< std::pair<std::string, std::string> >& vecArgs,
const std::string& name,
const Config& cfg);
46 virtual void process(
const unsigned int& param,
const std::vector<MeteoData>& ivec,
47 std::vector<MeteoData>& ovec);
A class that reads a key/value file. These files (typically named *.ini) follow the INI file format s...
Definition: Config.h:79
Correct relative humidity over water to over ice in case temperature is below freezing.
Definition: ProcRHWaterToIce.h:42
ProcRHWaterToIce(const std::vector< std::pair< std::string, std::string > > &vecArgs, const std::string &name, const Config &cfg)
Definition: ProcRHWaterToIce.cc:29
virtual void process(const unsigned int ¶m, const std::vector< MeteoData > &ivec, std::vector< MeteoData > &ovec)
Definition: ProcRHWaterToIce.cc:35
The base class for all filters that provides the interface and a few helper methods.
Definition: ProcessingBlock.h:67