ComputeDerivative(Real const *slope) const | gte::IntpAkimaUniform2< Real > | private |
Construct(Polynomial &poly, Real const F[2][2], Real const FX[2][2], Real const FY[2][2], Real const FXY[2][2]) | gte::IntpAkimaUniform2< Real > | private |
GetF() const | gte::IntpAkimaUniform2< Real > | inline |
GetFX(Array2< Real > const &F, Array2< Real > &FX) | gte::IntpAkimaUniform2< Real > | private |
GetFXY(Array2< Real > const &F, Array2< Real > &FXY) | gte::IntpAkimaUniform2< Real > | private |
GetFY(Array2< Real > const &F, Array2< Real > &FY) | gte::IntpAkimaUniform2< Real > | private |
GetPolynomials(Array2< Real > const &F, Array2< Real > const &FX, Array2< Real > const &FY, Array2< Real > const &FXY) | gte::IntpAkimaUniform2< Real > | private |
GetQuantity() const | gte::IntpAkimaUniform2< Real > | inline |
GetXBound() const | gte::IntpAkimaUniform2< Real > | inline |
GetXMax() const | gte::IntpAkimaUniform2< Real > | inline |
GetXMin() const | gte::IntpAkimaUniform2< Real > | inline |
GetXSpacing() const | gte::IntpAkimaUniform2< Real > | inline |
GetYBound() const | gte::IntpAkimaUniform2< Real > | inline |
GetYMax() const | gte::IntpAkimaUniform2< Real > | inline |
GetYMin() const | gte::IntpAkimaUniform2< Real > | inline |
GetYSpacing() const | gte::IntpAkimaUniform2< Real > | inline |
IntpAkimaUniform2(int xBound, int yBound, Real xMin, Real xSpacing, Real yMin, Real ySpacing, Real const *F) | gte::IntpAkimaUniform2< Real > | |
mF | gte::IntpAkimaUniform2< Real > | private |
mPoly | gte::IntpAkimaUniform2< Real > | private |
mQuantity | gte::IntpAkimaUniform2< Real > | private |
mXBound | gte::IntpAkimaUniform2< Real > | private |
mXMax | gte::IntpAkimaUniform2< Real > | private |
mXMin | gte::IntpAkimaUniform2< Real > | private |
mXSpacing | gte::IntpAkimaUniform2< Real > | private |
mYBound | gte::IntpAkimaUniform2< Real > | private |
mYMax | gte::IntpAkimaUniform2< Real > | private |
mYMin | gte::IntpAkimaUniform2< Real > | private |
mYSpacing | gte::IntpAkimaUniform2< Real > | private |
operator()(Real x, Real y) const | gte::IntpAkimaUniform2< Real > | |
operator()(int xOrder, int yOrder, Real x, Real y) const | gte::IntpAkimaUniform2< Real > | |
XLookup(Real x, int &xIndex, Real &dx) const | gte::IntpAkimaUniform2< Real > | private |
YLookup(Real y, int &yIndex, Real &dy) const | gte::IntpAkimaUniform2< Real > | private |
~IntpAkimaUniform2() | gte::IntpAkimaUniform2< Real > | |