|
Fish - FiberLib for VISH 0.3
Fish - The Fiber Bundle API for the Vish Visualization Shell
|
Nearest-Neighbor interpolation, just fast and wrong. More...
#include <NearestNeighborIpol.hpp>
Static Public Member Functions | |
| template<class Storage1D, class Limiter> | |
| static T | interpolate (const Storage1D &Data, double t, index_t size, const Limiter &L) |
| template<class Storage1D> | |
| static T | derivative (const Storage1D &Data, double t, index_t size) |
Nearest-Neighbor interpolation, just fast and wrong.