Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Static Public Attributes | List of all members
vigra_ext::interp_spline36 Struct Reference

spline36 interpolation More...

#include <Interpolators.h>

Public Member Functions

void calc_coeff (double x, double *w) const
 calculate weights for given offset x. More...
 
void emitGLSL (std::ostringstream &oss) const
 

Static Public Attributes

static const int size = 6
 

Detailed Description

spline36 interpolation

Definition at line 182 of file Interpolators.h.

Member Function Documentation

void vigra_ext::interp_spline36::calc_coeff ( double  x,
double *  w 
) const
inline

calculate weights for given offset x.

Parameters
xposition mod 1
wdestination 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

Definition at line 203 of file Interpolators.h.

Member Data Documentation

const int vigra_ext::interp_spline36::size = 6
static

Definition at line 185 of file Interpolators.h.


The documentation for this struct was generated from the following file: