This is the complete list of members for BicubicSpline, including all inherited members.
allowsExtrapolation() const | Extrapolator | |
BicubicSpline(const I1 &xBegin, const I1 &xEnd, const I2 &yBegin, const I2 &yEnd, const M &zData) | BicubicSpline | |
checkRange(Real x, Real y, bool extrapolate) const | Interpolation2D | protected |
derivativeX(Real x, Real y) const | BicubicSpline | |
derivativeXY(Real x, Real y) const | BicubicSpline | |
derivativeY(Real x, Real y) const | BicubicSpline | |
disableExtrapolation(bool b=true) | Extrapolator | |
enableExtrapolation(bool b=true) | Extrapolator | |
extrapolate_ | Extrapolator | private |
Extrapolator()=default | Extrapolator | |
impl_ | Interpolation2D | protected |
Interpolation2D()=default | Interpolation2D | |
isInRange(Real x, Real y) const | Interpolation2D | |
locateX(Real x) const | Interpolation2D | |
locateY(Real y) const | Interpolation2D | |
operator()(Real x, Real y, bool allowExtrapolation=false) const | Interpolation2D | |
secondDerivativeX(Real x, Real y) const | BicubicSpline | |
secondDerivativeY(Real x, Real y) const | BicubicSpline | |
update() | Interpolation2D | |
xMax() const | Interpolation2D | |
xMin() const | Interpolation2D | |
xValues() const | Interpolation2D | |
yMax() const | Interpolation2D | |
yMin() const | Interpolation2D | |
yValues() const | Interpolation2D | |
zData() const | Interpolation2D | |
~Extrapolator()=default | Extrapolator | virtual |