Object factory for temporal grid resampling algorithms.
#include <GridResamplingAlgorithms.h>
Static Public Member Functions | |
| static GridResamplingAlgorithm * | getAlgorithm (const std::string &i_algorithm, const std::string &parname, const double &grid_window_size, const std::vector< std::pair< std::string, std::string > > &vecArgs) |
| Object factory for temporal grid resampling algorithms. More... | |
|
static |
Object factory for temporal grid resampling algorithms.
| [in] | i_algorithm | Semantic name of algorithm (as given in the INI file) to build. |
| [in] | parname | Meteo parameter to build the algorithm for. |
| [in] | grid_window_size | Standard window size for temporal grid resampling. |
| [in] | vecArgs | The algorithm's parameters as parsed from the user setings. |