This is the complete list of members for KrugerCubic, including all inherited members.
aCoefficients() const | CubicInterpolation | |
Akima enum value | CubicInterpolation | |
allowsExtrapolation() const | Extrapolator | |
bCoefficients() const | CubicInterpolation | |
BoundaryCondition enum name | CubicInterpolation | |
cCoefficients() const | CubicInterpolation | |
checkRange(Real x, bool extrapolate) const | Interpolation | protected |
coeffs() const | CubicInterpolation | private |
CubicInterpolation(const I1 &xBegin, const I1 &xEnd, const I2 &yBegin, CubicInterpolation::DerivativeApprox da, bool monotonic, CubicInterpolation::BoundaryCondition leftCond, Real leftConditionValue, CubicInterpolation::BoundaryCondition rightCond, Real rightConditionValue) | CubicInterpolation | |
derivative(Real x, bool allowExtrapolation=false) const | Interpolation | |
DerivativeApprox enum name | CubicInterpolation | |
disableExtrapolation(bool b=true) | Extrapolator | |
empty() const | Interpolation | |
enableExtrapolation(bool b=true) | Extrapolator | |
extrapolate_ | Extrapolator | private |
Extrapolator()=default | Extrapolator | |
FirstDerivative enum value | CubicInterpolation | |
FourthOrder enum value | CubicInterpolation | |
FritschButland enum value | CubicInterpolation | |
Harmonic enum value | CubicInterpolation | |
impl_ | Interpolation | protected |
Interpolation()=default | Interpolation | |
isInRange(Real x) const | Interpolation | |
Kruger enum value | CubicInterpolation | |
KrugerCubic(const I1 &xBegin, const I1 &xEnd, const I2 &yBegin) | KrugerCubic | |
Lagrange enum value | CubicInterpolation | |
monotonicityAdjustments() const | CubicInterpolation | |
NotAKnot enum value | CubicInterpolation | |
operator()(Real x, bool allowExtrapolation=false) const | Interpolation | |
Parabolic enum value | CubicInterpolation | |
Periodic enum value | CubicInterpolation | |
primitive(Real x, bool allowExtrapolation=false) const | Interpolation | |
primitiveConstants() const | CubicInterpolation | |
SecondDerivative enum value | CubicInterpolation | |
secondDerivative(Real x, bool allowExtrapolation=false) const | Interpolation | |
Spline enum value | CubicInterpolation | |
SplineOM1 enum value | CubicInterpolation | |
SplineOM2 enum value | CubicInterpolation | |
update() | Interpolation | |
xMax() const | Interpolation | |
xMin() const | Interpolation | |
~Extrapolator()=default | Extrapolator | virtual |
~Interpolation() override=default | Interpolation | |