Interpolation data holder, for 1d interpolation tables.
More...
#include <InterpTable1.hxx>
|
| 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.
|
|
template<class T, class I>
class dueca::InterpTable1< T, I >
Interpolation data holder, for 1d interpolation tables.
Either reads data from file, or uses a static array initialisation.
The documentation for this class was generated from the following files:
- /home/abuild/rpmbuild/BUILD/dueca-4.2.1-build/dueca-4.2.1/extra/InterpTable1.hxx
- /home/abuild/rpmbuild/BUILD/dueca-4.2.1-build/dueca-4.2.1/extra/Interpolator1.hxx