#include <ResamplingStack.h>
|
| | ResamplingStack () |
| |
| void | addAlgorithm (std::shared_ptr< ResamplingAlgorithms > algo, const double &max_gap_size) |
| |
| std::vector< std::shared_ptr< ResamplingAlgorithms > > | buildStack (const ResamplingAlgorithms::gap_info &gap) const |
| |
| void | resetResampling () |
| |
| void | resample (const std::string &stationHash, const size_t &index, const ResamplingAlgorithms::ResamplingPosition elementpos, const size_t &par_idx, const std::vector< MeteoData > &vecM, MeteoData &md, const double &max_gap_size) const |
| |
| std::string | getStackStr () const |
| |
| bool | empty () const |
| |
| void | addAlgorithmToStack (const std::string &parname, const std::string &algo_name, const std::vector< std::pair< std::string, std::string > > &vecArgs, const double &i_max_gap_size, const Config &cfg) |
| |
| void | createDefaultAlgorithm (const std::string &parname, const double &i_max_gap_size, const Config &cfg) |
| |
◆ ResamplingStack()
| mio::ResamplingStack::ResamplingStack |
( |
| ) |
|
◆ addAlgorithm()
| void mio::ResamplingStack::addAlgorithm |
( |
std::shared_ptr< ResamplingAlgorithms > |
algo, |
|
|
const double & |
max_gap_size |
|
) |
| |
◆ addAlgorithmToStack()
| void mio::ResamplingStack::addAlgorithmToStack |
( |
const std::string & |
parname, |
|
|
const std::string & |
algo_name, |
|
|
const std::vector< std::pair< std::string, std::string > > & |
vecArgs, |
|
|
const double & |
i_max_gap_size, |
|
|
const Config & |
cfg |
|
) |
| |
◆ buildStack()
| std::vector< std::shared_ptr< ResamplingAlgorithms > > mio::ResamplingStack::buildStack |
( |
const ResamplingAlgorithms::gap_info & |
gap | ) |
const |
◆ createDefaultAlgorithm()
| void mio::ResamplingStack::createDefaultAlgorithm |
( |
const std::string & |
parname, |
|
|
const double & |
i_max_gap_size, |
|
|
const Config & |
cfg |
|
) |
| |
◆ empty()
| bool mio::ResamplingStack::empty |
( |
| ) |
const |
◆ getStackStr()
| std::string mio::ResamplingStack::getStackStr |
( |
| ) |
const |
◆ resample()
◆ resetResampling()
| void mio::ResamplingStack::resetResampling |
( |
| ) |
|
The documentation for this class was generated from the following files: