DUECA/DUSIME
|
Interpolator object. More...
Public Member Functions | |
Interpolator2 (const InterpIndex< T > &index1, const InterpIndex< T > &index2) | |
Constructor. More... | |
~Interpolator2 () | |
Destructor. | |
void | updateIndices (const T &val1, const T &val2) |
re-calculate the indices and fractions | |
const T | getValue (const InterpTable2< T, InterpIndex< T > > &table) const |
use this knowledge to read out a table. More... | |
Interpolator object.
Objects of this class do linear interpolation in tables with three dimensions, of which the indices are given by three interpolation index objects.
dueca::Interpolator2< T >::Interpolator2 | ( | const InterpIndex< T > & | index1, |
const InterpIndex< T > & | index2 | ||
) |
Constructor.
const T dueca::Interpolator2< T >::getValue | ( | const InterpTable2< T, InterpIndex< T > > & | table | ) | const |
use this knowledge to read out a table.