mFES - molecular Finite Element Solver  0.4
Classes | Public Member Functions | Protected Attributes
netgen::InterpolationSpline< S > Class Template Reference

List of all members.

Classes

class  intpts

Public Member Functions

 InterpolationSpline ()
 InterpolationSpline (S s1)
 ~InterpolationSpline ()
void AddSpline (double t1, double t2, double t3, S s1, S s2, S s3)
Evaluate (double t)
int IsFinished () const
 InterpolationSpline ()
 InterpolationSpline (S s1)
 ~InterpolationSpline ()
void AddSpline (double t1, double t2, double t3, S s1, S s2, S s3)
Evaluate (double t)
int IsFinished () const

Protected Attributes

Array< intptsip
int finished

template<class S>
class netgen::InterpolationSpline< S >


Constructor & Destructor Documentation

template<class S>
netgen::InterpolationSpline< S >::InterpolationSpline ( ) [inline]
template<class S>
netgen::InterpolationSpline< S >::InterpolationSpline ( s1) [inline]
template<class S>
netgen::InterpolationSpline< S >::~InterpolationSpline ( ) [inline]
template<class S>
netgen::InterpolationSpline< S >::InterpolationSpline ( ) [inline]
template<class S>
netgen::InterpolationSpline< S >::InterpolationSpline ( s1) [inline]
template<class S>
netgen::InterpolationSpline< S >::~InterpolationSpline ( ) [inline]

Member Function Documentation

template<class S>
void netgen::InterpolationSpline< S >::AddSpline ( double  t1,
double  t2,
double  t3,
s1,
s2,
s3 
)
template<class S>
void netgen::InterpolationSpline< S >::AddSpline ( double  t1,
double  t2,
double  t3,
s1,
s2,
s3 
)
template<class S>
S netgen::InterpolationSpline< S >::Evaluate ( double  t)
template<class S >
S netgen::InterpolationSpline< S >::Evaluate ( double  t)
template<class S>
int netgen::InterpolationSpline< S >::IsFinished ( ) const [inline]
template<class S>
int netgen::InterpolationSpline< S >::IsFinished ( ) const [inline]

Member Data Documentation

template<class S>
int netgen::InterpolationSpline< S >::finished [protected]
template<class S>
Array< intpts > netgen::InterpolationSpline< S >::ip [protected]

The documentation for this class was generated from the following files: