Simbody
Public Member Functions | Public Attributes

SimTK::Spline_< T >::SplineImpl Class Reference

#include <Spline.h>

List of all members.

Public Member Functions

 SplineImpl (int degree, const Vector &x, const Vector_< T > &y)
 ~SplineImpl ()
getValue (Real t) const
getDerivative (int derivOrder, Real t) const

Public Attributes

int referenceCount
int degree
Vector x
Vector_< T > y

template<class T>
class SimTK::Spline_< T >::SplineImpl


Constructor & Destructor Documentation

template<class T>
SimTK::Spline_< T >::SplineImpl::SplineImpl ( int  degree,
const Vector x,
const Vector_< T > &  y 
) [inline]
template<class T>
SimTK::Spline_< T >::SplineImpl::~SplineImpl ( ) [inline]

Member Function Documentation

template<class T>
T SimTK::Spline_< T >::SplineImpl::getValue ( Real  t) const [inline]
template<class T>
T SimTK::Spline_< T >::SplineImpl::getDerivative ( int  derivOrder,
Real  t 
) const [inline]

Member Data Documentation

template<class T>
int SimTK::Spline_< T >::SplineImpl::referenceCount
template<class T>
int SimTK::Spline_< T >::SplineImpl::degree
template<class T>
Vector SimTK::Spline_< T >::SplineImpl::x
template<class T>
Vector_<T> SimTK::Spline_< T >::SplineImpl::y

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines