18 #ifndef LINEARRESAMPLING_H
19 #define LINEARRESAMPLING_H
39 LinearResampling(
const std::string& i_algoname,
const std::string& i_parname,
const double& dflt_window_size,
const std::vector<std::string>& vecArgs);
42 const std::vector<MeteoData>& vecM,
MeteoData& md);
LinearResampling(const std::string &i_algoname, const std::string &i_parname, const double &dflt_window_size, const std::vector< std::string > &vecArgs)
Definition: LinearResampling.cc:26
std::string toString() const
Definition: LinearResampling.cc:50
void resample(const size_t &index, const ResamplingPosition &position, const size_t ¶mindex, const std::vector< MeteoData > &vecM, MeteoData &md)
Definition: LinearResampling.cc:58
Interface class for the temporal resampling algorithms These models generate data points that are mis...
Definition: ResamplingAlgorithms.h:88
ResamplingPosition
Definition: ResamplingAlgorithms.h:91
Linear data resampling: If a point is requested that is in between two input data points...
Definition: LinearResampling.h:37
A class to represent a singular measurement received from one station at a certain time (represented ...
Definition: MeteoData.h:101