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:
- /usr/src/packages/BUILD/extra/Interpolator4.hxx
- /usr/src/packages/BUILD/extra/InterpIndex.hxx