plb::Spline< T > Class Template Reference
#include <spline.h>
List of all members.
template<typename T>
class plb::Spline< T >
Constructor & Destructor Documentation
template<typename T >
| plb::Spline< T >::Spline |
( |
std::vector< T > const & |
x_, |
|
|
std::vector< T > const & |
y_ | |
|
) |
| | [inline] |
Member Function Documentation
template<typename T >
| std::vector<T>& plb::Spline< T >::getAbscissae |
( |
|
) |
[inline] |
template<typename T >
| std::vector<T> const& plb::Spline< T >::getAbscissae |
( |
|
) |
const [inline] |
template<typename T >
| virtual T plb::Spline< T >::getDerivativeValue |
( |
T |
t |
) |
const [pure virtual] |
template<typename T >
| virtual T plb::Spline< T >::getFunctionValue |
( |
T |
t |
) |
const [pure virtual] |
template<typename T >
| virtual T plb::Spline< T >::getIntegralValue |
( |
T |
tmin, |
|
|
T |
tmax | |
|
) |
| | const [pure virtual] |
template<typename T >
| virtual T plb::Spline< T >::getIntegralValue |
( |
|
) |
const [pure virtual] |
template<typename T >
| std::vector<T>& plb::Spline< T >::getOrdinates |
( |
|
) |
[inline] |
template<typename T >
| std::vector<T> const& plb::Spline< T >::getOrdinates |
( |
|
) |
const [inline] |
The documentation for this class was generated from the following files: