MonotCubicInterpolator.hpp
Go to the documentation of this file.
126 MonotCubicInterpolator(const std::string & datafilename, int xColumn, int fColumn) throw (const char*)
bool isMonotone() const Definition: MonotCubicInterpolator.hpp:319 bool isMonotoneIncreasing() const Definition: MonotCubicInterpolator.hpp:352 std::pair< double, double > getMaximumF() const void shrinkFlatAreas() Definition: MonotCubicInterpolator.hpp:489 Definition: AnisotropicEikonal.hpp:43 MonotCubicInterpolator(const std::string &datafilename) Definition: MonotCubicInterpolator.hpp:74 MonotCubicInterpolator() Definition: MonotCubicInterpolator.hpp:150 std::string toString() const STL namespace. bool isStrictlyMonotone() Definition: MonotCubicInterpolator.hpp:302 bool isMonotoneDecreasing() const Definition: MonotCubicInterpolator.hpp:385 bool isStrictlyIncreasing() Definition: MonotCubicInterpolator.hpp:335 bool isStrictlyDecreasing() Definition: MonotCubicInterpolator.hpp:368 std::vector< double > get_fVector() const void chopFlatEndpoints() Definition: MonotCubicInterpolator.hpp:465 MonotCubicInterpolator(const char *datafilename) Definition: MonotCubicInterpolator.hpp:95 void addPair(double newx, double newf) std::pair< double, double > getMinimumX() const Definition: MonotCubicInterpolator.hpp:236 std::vector< double > get_xVector() const std::pair< double, double > getMissingX() const bool read(const std::string &datafilename) Definition: MonotCubicInterpolator.hpp:167 MonotCubicInterpolator(const std::string &datafilename, int xColumn, int fColumn) Definition: MonotCubicInterpolator.hpp:126 double evaluate(double x) const MonotCubicInterpolator(const char *datafilename, int xColumn, int fColumn) Definition: MonotCubicInterpolator.hpp:111 void scaleData(double factor) std::pair< double, double > getMinimumF() const std::pair< double, double > getMaximumX() const Definition: MonotCubicInterpolator.hpp:247 Represents one dimensional function f with single valued argument x that can be interpolated using mo... Definition: MonotCubicInterpolator.hpp:62 double operator()(double x) const Definition: MonotCubicInterpolator.hpp:194 |