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

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

#include <Interpolator.h>

Public Member Functions

void operator() (const T &y0, const T &y1, double x, T &result) const
 Interpolate between y0 and y1.
 

Detailed Description

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

A function object which performs linear interpolation.


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