#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 |
SplineImpl | ( | int | degree, | |
const Vector & | x, | |||
const Vector_< T > & | y | |||
) | [inline] |
~SplineImpl | ( | ) | [inline] |
T getDerivative | ( | int | derivOrder, | |
Real | t | |||
) | const [inline] |
References GCVSPLUtil::splder().
Referenced by Spline_< T >::calcDerivative().
T getValue | ( | Real | t | ) | const [inline] |
References GCVSPLUtil::splder().
Referenced by Spline_< T >::calcValue().
int degree |
Referenced by Spline_< T >::getSplineDegree().
int referenceCount |
Referenced by Spline_< T >::operator=(), Spline_< T >::Spline_(), and Spline_< T >::~Spline_().
Referenced by Spline_< T >::getControlPointLocations().
Referenced by Spline_< T >::getControlPointValues().