|
Simbody
3.4 (development)
|
This is the implementation class that supports the Spline_ interface. More...
#include <Spline.h>
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.
| SimTK::Spline_< T >::SplineImpl::SplineImpl | ( | int | degree, |
| const Vector & | x, | ||
| const Vector_< T > & | y | ||
| ) | [inline] |
| SimTK::Spline_< T >::SplineImpl::~SplineImpl | ( | ) | [inline] |
| T SimTK::Spline_< T >::SplineImpl::getValue | ( | Real | t | ) | const [inline] |
| T SimTK::Spline_< T >::SplineImpl::getDerivative | ( | int | derivOrder, |
| Real | t | ||
| ) | const [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 |