|
DUECA/DUSIME
|
Interpolation data holder, for 1d interpolation tables. More...
Public Member Functions | |
| InterpTable1 (const I &i1, const T *data) | |
| Constructor with an array pointer as input. | |
| const I & | getIndex1 () const |
| Access the first index, normally for getting fraction/index values. | |
| const T & | getValue (int i1) const |
| Get node values. | |
Interpolation data holder, for 1d interpolation tables.
Either reads data from file, or uses a static array initialisation.