
#include <tools/ChronFileLinearInterpolator.hpp>
Public Member Functions | |
| ChronFileLinearInterpolator (const std::string &InFilePath, const std::string &OutFilePath, const openfluid::core::DateTime &BeginDate, const openfluid::core::DateTime &EndDate, const openfluid::core::Duration_t &DeltaT, PreProcess PrePcs=PREPROCESS_NONE) | |
| ~ChronFileLinearInterpolator () | |
| void | runInterpolation () |
| openfluid::tools::ChronFileLinearInterpolator::ChronFileLinearInterpolator | ( | const std::string & | InFilePath, |
| const std::string & | OutFilePath, | ||
| const openfluid::core::DateTime & | BeginDate, | ||
| const openfluid::core::DateTime & | EndDate, | ||
| const openfluid::core::Duration_t & | DeltaT, | ||
| PreProcess | PrePcs = PREPROCESS_NONE |
||
| ) |
| void openfluid::tools::ChronFileLinearInterpolator::runInterpolation | ( | ) | [virtual] |
Implements openfluid::tools::ChronFileInterpolator.
1.7.6.1