|
FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
|
Internal intermediate template which computes a one-dimensionally interpolated value, and optionally its derivative. More...
#include <Interpolate.hpp>
Static Public Member Functions | |
| template<class Storage1D , class Limiter > | |
| static T | interpolate (const Storage1D &Data, double t, index_t size, const Limiter &L) |
Internal intermediate template which computes a one-dimensionally interpolated value, and optionally its derivative.
It maps a 1D interpolator's member function to a boolean.
| Interpol1D | A class providing static members interpolate() and derivative(), which compute the 1D interpolation of a value or the derivation of the interpolation |
| Derive | A boolean to specify whether the interpolator's interpolate() member function or the derivative() shall be called. |
| T | The return value of the interpolation function. |