19#ifndef PROCREDUCEPRESSURE_H
20#define PROCREDUCEPRESSURE_H
43 ProcReducePressure(
const std::vector< std::pair<std::string, std::string> >& vecArgs,
const std::string& name,
const Config& cfg);
45 virtual void process(
const unsigned int& param,
const std::vector<MeteoData>& ivec,
46 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
Convert local pressure to sea level pressure.
Definition: ProcReducePressure.h:41
ProcReducePressure(const std::vector< std::pair< std::string, std::string > > &vecArgs, const std::string &name, const Config &cfg)
Definition: ProcReducePressure.cc:29
virtual void process(const unsigned int ¶m, const std::vector< MeteoData > &ivec, std::vector< MeteoData > &ovec)
Definition: ProcReducePressure.cc:35
The base class for all filters that provides the interface and a few helper methods.
Definition: ProcessingBlock.h:67