#include <GteIntpAkima1.h>

Classes | |
| class | Polynomial |
Public Member Functions | |
| Real const * | GetF () const |
| int | GetQuantity () const |
| virtual Real | GetXMax () const =0 |
| virtual Real | GetXMin () const =0 |
| Real | operator() (Real x) const |
| Real | operator() (int order, Real x) const |
| virtual | ~IntpAkima1 () |
Protected Member Functions | |
| Real | ComputeDerivative (Real *slope) const |
| IntpAkima1 (int quantity, Real const *F) | |
| virtual void | Lookup (Real x, int &index, Real &dx) const =0 |
Protected Attributes | |
| Real const * | mF |
| std::vector< Polynomial > | mPoly |
| int | mQuantity |
Definition at line 19 of file GteIntpAkima1.h.
|
protected |
Definition at line 65 of file GteIntpAkima1.h.
|
virtual |
Definition at line 78 of file GteIntpAkima1.h.
|
protected |
Definition at line 115 of file GteIntpAkima1.h.
|
inline |
Definition at line 89 of file GteIntpAkima1.h.
|
inline |
Definition at line 83 of file GteIntpAkima1.h.
|
pure virtual |
Implemented in gte::IntpAkimaNonuniform1< Real >, and gte::IntpAkimaUniform1< Real >.
|
pure virtual |
Implemented in gte::IntpAkimaNonuniform1< Real >, and gte::IntpAkimaUniform1< Real >.
|
protectedpure virtual |
Implemented in gte::IntpAkimaNonuniform1< Real >, and gte::IntpAkimaUniform1< Real >.
| Real gte::IntpAkima1< Real >::operator() | ( | Real | x | ) | const |
Definition at line 95 of file GteIntpAkima1.h.
| Real gte::IntpAkima1< Real >::operator() | ( | int | order, |
| Real | x | ||
| ) | const |
Definition at line 105 of file GteIntpAkima1.h.
|
protected |
Definition at line 59 of file GteIntpAkima1.h.
|
protected |
Definition at line 60 of file GteIntpAkima1.h.
|
protected |
Definition at line 58 of file GteIntpAkima1.h.