Cortex  10.0.0-a4
Public Member Functions | List of all members
IECore::CubicInterpolator< T > Struct Template Reference

A function object which performs cubic interpolation. More...

#include <Interpolator.h>

Public Member Functions

void operator() (const T &y0, const T &y1, const T &y2, T const &y3, double x, T &result) const
 Interpolate between y1 and y2. Requires additional data points on either side.
 

Detailed Description

template<typename T>
struct IECore::CubicInterpolator< T >

A function object which performs cubic interpolation.


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