ocra-wbi-plugins
Doxygen documentation for the ocra-wbi-plugins repository
ocra-wbi-plugins/ocra-icub-clients/walking-client/include/walking-client/Interpolator.h File Reference
#include <Eigen/Dense>
#include <iostream>
#include <vector>
Include dependency graph for Interpolator.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<class indepVarType , class depVarType >
void linearInterpolation (const indepVarType &xStart, const indepVarType &xEnd, const depVarType &yStart, const depVarType &yEnd, const indepVarType &dx, std::vector< indepVarType > &xInterp, std::vector< depVarType > &yInterp, bool overwrite=true, bool ignoreStart=false)
template<class indepVarType , class depVarType >
void linearInterpolation (const std::vector< indepVarType > &xVec, const std::vector< depVarType > &yVec, const indepVarType &dx, std::vector< indepVarType > &xInterp, std::vector< depVarType > &yInterp)

Function Documentation

template<class indepVarType , class depVarType >
void linearInterpolation ( const indepVarType &  xStart,
const indepVarType &  xEnd,
const depVarType &  yStart,
const depVarType &  yEnd,
const indepVarType &  dx,
std::vector< indepVarType > &  xInterp,
std::vector< depVarType > &  yInterp,
bool  overwrite = true,
bool  ignoreStart = false 
)
template<class indepVarType , class depVarType >
void linearInterpolation ( const std::vector< indepVarType > &  xVec,
const std::vector< depVarType > &  yVec,
const indepVarType &  dx,
std::vector< indepVarType > &  xInterp,
std::vector< depVarType > &  yInterp 
)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines