#include <CachedInterpolation.h>
Public Member Functions | |
CachedInterpolation () | |
CachedInterpolation (int funcType, std::vector< double > pointsOnXAxis, std::vector< double > pointsOnYAxis, size_t inX, size_t inY, size_t outX, size_t outY) | |
virtual | ~CachedInterpolation () |
boost::shared_ptr< Data > | interpolateValues (boost::shared_ptr< Data > inData, float badValue=MIFI_UNDEFINED_F) |
|
|
|
|
|
|
|
Actually interpolate the data. The data will be interpolated as floats internally.
|