This implements a single index (axis) for an interpolation into a table.
More...
|
| | InterpIndex (int n, const T *ipts) |
| | Constructor from static data. More...
|
| |
|
int | maxDim () const |
| | return the maximum allowed value for an index
|
| |
| int | nDim () const |
| | return the number of indexes. More...
|
| |
| bool | updateIndex (int &index, double &frac, const T &value) const |
| | update an index, and fraction, return whether within the table. More...
|
| |
template<class T>
class dueca::InterpIndex< T >
This implements a single index (axis) for an interpolation into a table.
◆ InterpIndex()
Constructor from static data.
◆ nDim()
return the number of indexes.
◆ updateIndex()
template<class T >
| bool dueca::InterpIndex< T >::updateIndex |
( |
int & |
index, |
|
|
double & |
frac, |
|
|
const T & |
value |
|
) |
| const |
|
inline |
update an index, and fraction, return whether within the 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