Go to the source code of this file.
|
| template<typename YInputIterator , typename XInputIterator , typename OutputIterator , typename TFunctor > |
| static void | ralab::base::base::utilities::interpolateCubicHermite (YInputIterator begY, YInputIterator endY, XInputIterator begX, XInputIterator endX, OutputIterator out, TFunctor &functor, int start_index=0) |
| | Cubic or Hermite interpolation worker. More...
|
| |
| template<typename YInputIterator , typename XInputIterator , typename OutputIterator , typename TFunctor > |
| static void | ralab::base::base::utilities::interpolateLinearCosine (YInputIterator y_p, YInputIterator endY, XInputIterator x_p, XInputIterator endX, OutputIterator out_p, TFunctor &interpolator, int start_index=0) |
| | Linear cubic interpolator worker. More...
|
| |