DUECA/DUSIME
|
Interpolation data holder, for 1d interpolation tables. More...
#include <InterpTable1.hxx>
Public Member Functions | |
InterpTable1 (const I &i1, const T *data) | |
Constructor with an array pointer as input, by far the fastest constructor. | |
const I & | getIndex1 () |
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.