#include <GteIntpAkimaUniform1.h>
Public Member Functions | |
virtual Real | GetXMax () const override |
virtual Real | GetXMin () const override |
Real | GetXSpacing () const |
IntpAkimaUniform1 (int quantity, Real xMin, Real xSpacing, Real const *F) | |
virtual | ~IntpAkimaUniform1 () |
Public Member Functions inherited from gte::IntpAkima1< Real > | |
Real const * | GetF () const |
int | GetQuantity () const |
Real | operator() (Real x) const |
Real | operator() (int order, Real x) const |
virtual | ~IntpAkima1 () |
Protected Member Functions | |
virtual void | Lookup (Real x, int &index, Real &dx) const override |
Protected Member Functions inherited from gte::IntpAkima1< Real > | |
Real | ComputeDerivative (Real *slope) const |
IntpAkima1 (int quantity, Real const *F) | |
Protected Attributes | |
Real | mXMax |
Real | mXMin |
Real | mXSpacing |
Protected Attributes inherited from gte::IntpAkima1< Real > | |
Real const * | mF |
std::vector< Polynomial > | mPoly |
int | mQuantity |
Definition at line 16 of file GteIntpAkimaUniform1.h.
|
virtual |
Definition at line 37 of file GteIntpAkimaUniform1.h.
gte::IntpAkimaUniform1< Real >::IntpAkimaUniform1 | ( | int | quantity, |
Real | xMin, | ||
Real | xSpacing, | ||
Real const * | F | ||
) |
Definition at line 42 of file GteIntpAkimaUniform1.h.
|
inlineoverridevirtual |
Implements gte::IntpAkima1< Real >.
Definition at line 101 of file GteIntpAkimaUniform1.h.
|
inlineoverridevirtual |
Implements gte::IntpAkima1< Real >.
Definition at line 95 of file GteIntpAkimaUniform1.h.
|
inline |
Definition at line 107 of file GteIntpAkimaUniform1.h.
|
overrideprotectedvirtual |
Implements gte::IntpAkima1< Real >.
Definition at line 113 of file GteIntpAkimaUniform1.h.
|
protected |
Definition at line 32 of file GteIntpAkimaUniform1.h.
|
protected |
Definition at line 32 of file GteIntpAkimaUniform1.h.
|
protected |
Definition at line 32 of file GteIntpAkimaUniform1.h.