![]() |
ICF 3.0.5.47
Technical documentation of ICF Libraries
|
Interface for mathematical real functions interpolation. More...
#include <IFunctionInterpolator.h>
Public Member Functions | |
virtual void | SetNodes (double *positions, double *values, int nodesCount)=0 |
![]() | |
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. | |
Additional Inherited Members | |
![]() | |
typedef Argument | ArgumentType |
typedef Result | ResultType |
Interface for mathematical real functions interpolation.
Definition at line 20 of file IFunctionInterpolator.h.
|
pure virtual |
Implemented in imath::CAkimaInterpolator, imath::CLinearInterpolator, and imath::CLinRegressionInterpolator.
© Witold Gantzke and Kirill Lepskiy