|
INET Framework for OMNeT++/OMNEST
|
Interpolation that can only be used if y1 == y2. More...
#include <Interpolators.h>
Public Member Functions | |
| virtual Y | getValue (const X x1, const Y y1, const X x2, const Y y2, const X x) const override |
| Returns the interpolated value for the given x. More... | |
Public Member Functions inherited from inet::math::InterpolatorBase< X, Y > | |
| 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 () |
Static Public Attributes | |
| static EitherInterpolator< X, Y > | singleton |
Interpolation that can only be used if y1 == y2.
|
inlineoverridevirtual |
Returns the interpolated value for the given x.
The value of x must fall into the closed interval [x1, x2].
Implements inet::math::IInterpolator< X, Y >.
|
static |