GetF() const | gte::IntpBicubic2< Real > | inline |
GetQuantity() const | gte::IntpBicubic2< Real > | inline |
GetXBound() const | gte::IntpBicubic2< Real > | inline |
GetXMax() const | gte::IntpBicubic2< Real > | inline |
GetXMin() const | gte::IntpBicubic2< Real > | inline |
GetXSpacing() const | gte::IntpBicubic2< Real > | inline |
GetYBound() const | gte::IntpBicubic2< Real > | inline |
GetYMax() const | gte::IntpBicubic2< Real > | inline |
GetYMin() const | gte::IntpBicubic2< Real > | inline |
GetYSpacing() const | gte::IntpBicubic2< Real > | inline |
IntpBicubic2(int xBound, int yBound, Real xMin, Real xSpacing, Real yMin, Real ySpacing, Real const *F, bool catmullRom) | gte::IntpBicubic2< Real > | |
mBlend | gte::IntpBicubic2< Real > | private |
mF | gte::IntpBicubic2< Real > | private |
mInvXSpacing | gte::IntpBicubic2< Real > | private |
mInvYSpacing | gte::IntpBicubic2< Real > | private |
mQuantity | gte::IntpBicubic2< Real > | private |
mXBound | gte::IntpBicubic2< Real > | private |
mXMax | gte::IntpBicubic2< Real > | private |
mXMin | gte::IntpBicubic2< Real > | private |
mXSpacing | gte::IntpBicubic2< Real > | private |
mYBound | gte::IntpBicubic2< Real > | private |
mYMax | gte::IntpBicubic2< Real > | private |
mYMin | gte::IntpBicubic2< Real > | private |
mYSpacing | gte::IntpBicubic2< Real > | private |
operator()(Real x, Real y) const | gte::IntpBicubic2< Real > | |
operator()(int xOrder, int yOrder, Real x, Real y) const | gte::IntpBicubic2< Real > | |