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_nearest Struct Reference

several classes to calculate interpolator weights, More...

#include <Interpolators.h>

Public Member Functions

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

Static Public Attributes

static const int size = 2
 

Detailed Description

several classes to calculate interpolator weights,

for usage with Interpolating Accessornearest neighbour, stupid, but might be useful somewhere

Definition at line 96 of file Interpolators.h.

Member Function Documentation

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

Definition at line 101 of file Interpolators.h.

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

Definition at line 107 of file Interpolators.h.

Member Data Documentation

const int vigra_ext::interp_nearest::size = 2
static

Definition at line 99 of file Interpolators.h.


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