|
INET Framework for OMNeT++/OMNEST
|
#include <Interpolators.h>
Public Member Functions | |
| virtual Y | getMin (const X x1, const Y y1, const X x2, const Y y2) const override |
| Returns the minimum interpolated value in the closed interval of [x1, x2]. More... | |
| virtual Y | getMax (const X x1, const Y y1, const X x2, const Y y2) const override |
| Returns the maximum interpolated value in the closed interval of [x1, x2]. More... | |
Public Member Functions inherited from inet::math::IInterpolator< X, Y > | |
| virtual | ~IInterpolator () |
| virtual Y | getValue (const X x1, const Y y1, const X x2, const Y y2, const X x) const =0 |
| Returns the interpolated value for the given x. More... | |
| virtual Y | getMean (const X x1, const Y y1, const X x2, const Y y2) const =0 |
| Returns the mean interpolated value in the closed interval of [x1, x2]. More... | |
|
inlineoverridevirtual |
Returns the maximum interpolated value in the closed interval of [x1, x2].
Implements inet::math::IInterpolator< X, Y >.
|
inlineoverridevirtual |
Returns the minimum interpolated value in the closed interval of [x1, x2].
Implements inet::math::IInterpolator< X, Y >.