This implements a single index (axis) for an interpolation into a table.
More...
#include <InterpIndex.hxx>
|
|
| InterpIndex (int n, const T *ipts) |
| | Constructor from static data.
|
| |
|
int | maxDim () const |
| | return the maximum allowed value for an index
|
| |
|
int | nDim () const |
| | return the number of indexes.
|
| |
|
bool | updateIndex (int &index, double &frac, const T &value) const |
| | update an index, and fraction, return whether within the table.
|
| |
template<class T>
class dueca::InterpIndex< T >
This implements a single index (axis) for an interpolation into a table.
The documentation for this class was generated from the following files:
- /home/abuild/rpmbuild/BUILD/dueca-4.2.6-build/dueca-4.2.6/extra/InterpIndex.hxx
- /home/abuild/rpmbuild/BUILD/dueca-4.2.6-build/dueca-4.2.6/extra/Interpolator4.hxx
- /home/abuild/rpmbuild/BUILD/dueca-4.2.6-build/dueca-4.2.6/extra/Interpolator3.hxx
- /home/abuild/rpmbuild/BUILD/dueca-4.2.6-build/dueca-4.2.6/extra/Interpolator1.hxx
- /home/abuild/rpmbuild/BUILD/dueca-4.2.6-build/dueca-4.2.6/extra/Interpolator2.hxx