spline36 interpolation
More...
#include <Interpolators.h>
|
| void | calc_coeff (double x, double *w) const |
| | calculate weights for given offset x. More...
|
| |
| void | emitGLSL (std::ostringstream &oss) const |
| |
|
| static const int | size = 6 |
| |
spline36 interpolation
Definition at line 182 of file Interpolators.h.
| void vigra_ext::interp_spline36::calc_coeff |
( |
double |
x, |
|
|
double * |
w |
|
) |
| const |
|
inline |
calculate weights for given offset x.
- Parameters
-
| x | position mod 1 |
| w | destination array. must be at least size elements long. |
Definition at line 193 of file Interpolators.h.
| void vigra_ext::interp_spline36::emitGLSL |
( |
std::ostringstream & |
oss | ) |
const |
|
inline |
| const int vigra_ext::interp_spline36::size = 6 |
|
static |
The documentation for this struct was generated from the following file: