Interpolation data holder, for 3d interpolation tables.
More...
#include <InterpTable3.hxx>
|
| InterpTable3 (const I &i1, const I &i2, const I &i3, 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 I & | getIndex2 () |
| Access the second index, normally for getting fraction/index values.
|
|
const I & | getIndex3 () |
| Access the third index, normally for getting fraction/index values.
|
|
const T & | getValue (int i1, int i2, int i3) const |
| Get node values.
|
|
template<class T, class I>
class dueca::InterpTable3< T, I >
Interpolation data holder, for 3d 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/InterpTable3.hxx
- /home/abuild/rpmbuild/BUILD/dueca-4.2.1-build/dueca-4.2.1/extra/Interpolator3.hxx