|
Hugin trunk 0.1
|
spline36 interpolation More...
#include <Interpolators.h>
Public Member Functions | |
| void | calc_coeff (double x, double *w) const |
calculate weights for given offset x. | |
| void | emitGLSL (std::ostringstream &oss) const |
Static Public Attributes | |
| static const int | size = 6 |
spline36 interpolation
Definition at line 182 of file Interpolators.h.
calculate weights for given offset x.
| x | position mod 1 |
| w | destination array. must be at least size elements long. |
Definition at line 193 of file Interpolators.h.
References threshold().
|
inline |
Definition at line 203 of file Interpolators.h.
References threshold().
Definition at line 185 of file Interpolators.h.