mFES - molecular Finite Element Solver
0.4
|
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) |
S | 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) |
S | Evaluate (double t) |
int | IsFinished () const |
Protected Attributes | |
Array< intpts > | ip |
int | finished |
netgen::InterpolationSpline< S >::InterpolationSpline | ( | ) | [inline] |
netgen::InterpolationSpline< S >::InterpolationSpline | ( | S | s1 | ) | [inline] |
netgen::InterpolationSpline< S >::~InterpolationSpline | ( | ) | [inline] |
netgen::InterpolationSpline< S >::InterpolationSpline | ( | ) | [inline] |
netgen::InterpolationSpline< S >::InterpolationSpline | ( | S | s1 | ) | [inline] |
netgen::InterpolationSpline< S >::~InterpolationSpline | ( | ) | [inline] |
void netgen::InterpolationSpline< S >::AddSpline | ( | double | t1, |
double | t2, | ||
double | t3, | ||
S | s1, | ||
S | s2, | ||
S | s3 | ||
) |
void netgen::InterpolationSpline< S >::AddSpline | ( | double | t1, |
double | t2, | ||
double | t3, | ||
S | s1, | ||
S | s2, | ||
S | s3 | ||
) |
S netgen::InterpolationSpline< S >::Evaluate | ( | double | t | ) |
S netgen::InterpolationSpline< S >::Evaluate | ( | double | t | ) |
int netgen::InterpolationSpline< S >::IsFinished | ( | ) | const [inline] |
int netgen::InterpolationSpline< S >::IsFinished | ( | ) | const [inline] |
int netgen::InterpolationSpline< S >::finished [protected] |
Array< intpts > netgen::InterpolationSpline< S >::ip [protected] |