27 #ifndef _WARP_FUNCTION_HPP_
28 #define _WARP_FUNCTION_HPP_
33 #include "boost/tuple/tuple_comparison.hpp"
45 WarpFunction(
const std::vector<std::pair<double,double> >& anchors);
46 virtual void operator()(std::vector<double>& rt_vals, std::vector<double>& warped_rt_vals);
51 std::vector<std::pair<double,double> >
anchors_;
61 virtual void operator()(std::vector<double>& rt_vals, std::vector<double>& warped_rt_vals);
75 virtual void operator()(std::vector<double>& rt_vals, std::vector<double>& warped_rt_vals);
89 virtual void operator()(std::vector<double>& rt_vals, std::vector<double>& warped_rt_vals);
101 #endif //_WARP_FUNCTION_HPP_