Simbody
3.7
|
This is the implementation class that supports the Spline_ interface. More...
Public Member Functions | |
SplineImpl (int degree, const Vector &x, const Vector_< T > &y) | |
~SplineImpl () | |
T | getValue (Real t) const |
T | getDerivative (int derivOrder, Real t) const |
Public Attributes | |
int | referenceCount |
int | degree |
Vector | x |
Vector_< T > | y |
This is the implementation class that supports the Spline_ interface.
|
inline |
|
inline |
|
inline |
|
inline |
int SimTK::Spline_< T >::SplineImpl::referenceCount |
int SimTK::Spline_< T >::SplineImpl::degree |
Vector SimTK::Spline_< T >::SplineImpl::x |
Vector_<T> SimTK::Spline_< T >::SplineImpl::y |