|
ACF $AcfVersion:0$
|
Interface for a 1D-interpolator based on a sampled function. More...
#include <ISampledFunctionInterpolator.h>
Public Member Functions | |
| virtual bool | InitFromFunction (const ISampledFunction &function)=0 |
| Initialize interpolator based on a sample function. | |
Public Member Functions inherited from imath::TIMathFunction< Argument, Result > | |
| virtual bool | GetValueAt (const Argument &argument, Result &result) const =0 |
| Get function value for specified argument value. | |
| virtual Result | GetValueAt (const Argument &argument) const =0 |
| Get function value for specified argument value. | |
Public Member Functions inherited from istd::IPolymorphic | |
| virtual | ~IPolymorphic () |
Additional Inherited Members | |
Public Types inherited from imath::TIMathFunction< Argument, Result > | |
| typedef Argument | ArgumentType |
| typedef Result | ResultType |
Interface for a 1D-interpolator based on a sampled function.
Definition at line 16 of file ISampledFunctionInterpolator.h.
|
pure virtual |
Initialize interpolator based on a sample function.
Implemented in imath::CAkimaInterpolator, and imath::CLinearInterpolator.