18 #ifndef PROCESSINGSTACK_H
19 #define PROCESSINGSTACK_H
43 void process(
const std::vector< std::vector<MeteoData> >& ivec,
44 std::vector< std::vector<MeteoData> >& ovec,
const bool& second_pass=
false);
51 std::vector<ProcessingBlock*> filter_stack;
52 const std::string param_name;
Definition: ProcessingBlock.h:33
const std::string toString() const
Definition: ProcessingStack.cc:139
~ProcessingStack()
Definition: ProcessingStack.cc:46
ProcessingStack(const Config &cfg, const std::string ¶m_name)
Constructor parses cfg and builds up a filter stack for param_name.
Definition: ProcessingStack.cc:26
A class that reads a key/value file. These files (typically named *.ini) follow the INI file format s...
Definition: Config.h:58
void process(const std::vector< std::vector< MeteoData > > &ivec, std::vector< std::vector< MeteoData > > &ovec, const bool &second_pass=false)
Definition: ProcessingStack.cc:75
Definition: ProcessingStack.h:35
void getWindowSize(ProcessingProperties &o_properties)
Definition: ProcessingStack.cc:52