|
Krotos Modules 3
|
This is the complete list of members for krotos::ShapePreservingCubicInterpolator, including all inherited members.
| interpolate(const std::vector< float > &xPositions, const std::vector< float > &yPositions, float x) | krotos::ShapePreservingCubicInterpolator | static |
| interpolate2D(const std::vector< float > &xValues, const std::vector< std::vector< float > > &yValues, const std::vector< float > &vals) | krotos::ShapePreservingCubicInterpolator | static |
| interpolate2DEigen(const Eigen::VectorXf &xValues, const Eigen::MatrixXf yValues, const Eigen::VectorXf &vals) | krotos::ShapePreservingCubicInterpolator | static |
| interpolateEigen(const Eigen::VectorXf &xPositions, const Eigen::VectorXf &yPositions, float x) | krotos::ShapePreservingCubicInterpolator | static |
| interpolateVector(const std::vector< float > &xPositions, const std::vector< float > &yPositions, const std::vector< float > &xValues) | krotos::ShapePreservingCubicInterpolator | static |
| interpolateVectorEigen(const Eigen::VectorXf &xPositions, const Eigen::VectorXf &yPositions, const Eigen::VectorXf &xValues) | krotos::ShapePreservingCubicInterpolator | static |