SplineInterpolation.h File Reference
#include "AbstractInterpolation.h"
#include <interpolation.h>
+ Include dependency graph for SplineInterpolation.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SplineInterpolation
 The SplineInterpolation class represents a linear Interpolation between a series of control points Spline means that the position is calcualed by a function with the form of the ploynom. More...
 

Namespaces

 armarx
 This file offers overloads of toIce() and fromIce() functions for STL container types.
 

Typedefs

using SplineInterpolationPtr = std::shared_ptr< SplineInterpolation >