Inviwo  0.9.10.1
Inviwo documentation
inviwo::Interpolation< T, P > Class Template Reference

Static Public Member Functions

static T linear (const T &a, const T &b, P x)
 
static T linearVector (const T &a, const T &b, P x)
 
static T bilinear (const T &a, const T &b, const T &c, const T &d, const Vector< 2, P > &interpolants)
 
static T bilinear (const T samples[4], const Vector< 2, P > &interpolants)
 
static T trilinear (const T &a, const T &b, const T &c, const T &d, const T &e, const T &f, const T &g, const T &h, const Vector< 3, P > &interpolants)
 
static T trilinear (const T samples[8], const Vector< 3, P > &interpolants)
 
static T quadlinear (const T &a, const T &b, const T &c, const T &d, const T &e, const T &f, const T &g, const T &h, const T &i, const T &j, const T &k, const T &l, const T &m, const T &n, const T &o, const T &p, const Vector< 4, P > &interpolants)
 
static T quadlinear (const T samples[16], const Vector< 4, P > &interpolants)
 

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