Hugin trunk 0.1
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | List of all members
vigra_ext::interp_cubic Struct Reference

cubic interpolation More...

#include <Interpolators.h>

Public Member Functions

void calc_coeff (double x, double *w) const
 initialize weights for given x
 
void emitGLSL (std::ostringstream &oss) const
 

Static Public Attributes

static const int size = 4
 

Detailed Description

cubic interpolation

Definition at line 131 of file Interpolators.h.

Member Function Documentation

◆ calc_coeff()

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

initialize weights for given x

Definition at line 137 of file Interpolators.h.

References vigra_ext::cubic01(), vigra_ext::cubic12(), and threshold().

◆ emitGLSL()

void vigra_ext::interp_cubic::emitGLSL ( std::ostringstream &  oss) const
inline

Definition at line 145 of file Interpolators.h.

References vigra_ext::A(), and threshold().

Member Data Documentation

◆ size

const int vigra_ext::interp_cubic::size = 4
static

Definition at line 134 of file Interpolators.h.


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