ICF 3.0.5.47
Technical documentation of ICF Libraries
imath::IFunctionInterpolator Class Referenceabstract

Interface for mathematical real functions interpolation. More...

#include <IFunctionInterpolator.h>

Inheritance diagram for imath::IFunctionInterpolator:
Collaboration diagram for imath::IFunctionInterpolator:

Public Member Functions

virtual void SetNodes (double *positions, double *values, int nodesCount)=0
 
- 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.
 

Additional Inherited Members

- Public Types inherited from imath::TIMathFunction< Argument, Result >
typedef Argument ArgumentType
 
typedef Result ResultType
 

Detailed Description

Interface for mathematical real functions interpolation.

Definition at line 20 of file IFunctionInterpolator.h.

Member Function Documentation

◆ SetNodes()

virtual void imath::IFunctionInterpolator::SetNodes ( double * positions,
double * values,
int nodesCount )
pure virtual

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

© Witold Gantzke and Kirill Lepskiy