59 RadProj(
const std::vector< std::pair<std::string, std::string> >& vecArgs,
const std::string& name,
const Config& cfg);
61 virtual void process(
const unsigned int& param,
const std::vector<MeteoData>& ivec,
62 std::vector<MeteoData>& ovec)
override;
65 void parse_args(
const std::vector< std::pair<std::string, std::string> >& vecArgs);
66 double src_azi, dest_azi, src_angle, dest_angle;
A class that reads a key/value file. These files (typically named *.ini) follow the INI file format s...
Definition Config.h:79
The base class for all filters that provides the interface and a few helper methods.
Definition ProcessingBlock.h:67
Project incoming short wave radiation from any slope (angle and azimuth) to any other slope.
Definition ProcRadProj.h:57
virtual void process(const unsigned int ¶m, const std::vector< MeteoData > &ivec, std::vector< MeteoData > &ovec) override
Definition ProcRadProj.cc:34