DUECA/DUSIME
Loading...
Searching...
No Matches
Public Member Functions | List of all members
dueca::InterpIndex< T > Class Template Reference

This implements a single index (axis) for an interpolation into a table. More...

#include <InterpIndex.hxx>

Public Member Functions

 InterpIndex (int n, const T *ipts)
 Constructor from static data.
 
int maxDim () const
 Constructor, reading from file.
 
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.
 

Detailed Description

template<class T>
class dueca::InterpIndex< T >

This implements a single index (axis) for an interpolation into a table.

Member Function Documentation

◆ maxDim()

template<class T >
int dueca::InterpIndex< T >::maxDim ( ) const
inline

Constructor, reading from file.

return the maximum allowed value for an index


The documentation for this class was generated from the following files: