#include <GteIntpBilinear2.h>
Public Member Functions | |
Real const * | GetF () const |
int | GetQuantity () const |
int | GetXBound () const |
Real | GetXMax () const |
Real | GetXMin () const |
Real | GetXSpacing () const |
int | GetYBound () const |
Real | GetYMax () const |
Real | GetYMin () const |
Real | GetYSpacing () const |
IntpBilinear2 (int xBound, int yBound, Real xMin, Real xSpacing, Real yMin, Real ySpacing, Real const *F) | |
Real | operator() (Real x, Real y) const |
Real | operator() (int xOrder, int yOrder, Real x, Real y) const |
Private Attributes | |
Real | mBlend [2][2] |
Real const * | mF |
Real | mInvXSpacing |
Real | mInvYSpacing |
int | mQuantity |
int | mXBound |
Real | mXMax |
Real | mXMin |
Real | mXSpacing |
int | mYBound |
Real | mYMax |
Real | mYMin |
Real | mYSpacing |
Definition at line 21 of file GteIntpBilinear2.h.
gte::IntpBilinear2< Real >::IntpBilinear2 | ( | int | xBound, |
int | yBound, | ||
Real | xMin, | ||
Real | xSpacing, | ||
Real | yMin, | ||
Real | ySpacing, | ||
Real const * | F | ||
) |
Definition at line 59 of file GteIntpBilinear2.h.
|
inline |
Definition at line 105 of file GteIntpBilinear2.h.
|
inline |
Definition at line 99 of file GteIntpBilinear2.h.
|
inline |
Definition at line 87 of file GteIntpBilinear2.h.
|
inline |
Definition at line 117 of file GteIntpBilinear2.h.
|
inline |
Definition at line 111 of file GteIntpBilinear2.h.
|
inline |
Definition at line 123 of file GteIntpBilinear2.h.
|
inline |
Definition at line 93 of file GteIntpBilinear2.h.
|
inline |
Definition at line 135 of file GteIntpBilinear2.h.
|
inline |
Definition at line 129 of file GteIntpBilinear2.h.
|
inline |
Definition at line 141 of file GteIntpBilinear2.h.
Real gte::IntpBilinear2< Real >::operator() | ( | Real | x, |
Real | y | ||
) | const |
Definition at line 147 of file GteIntpBilinear2.h.
Real gte::IntpBilinear2< Real >::operator() | ( | int | xOrder, |
int | yOrder, | ||
Real | x, | ||
Real | y | ||
) | const |
Definition at line 220 of file GteIntpBilinear2.h.
|
private |
Definition at line 54 of file GteIntpBilinear2.h.
|
private |
Definition at line 53 of file GteIntpBilinear2.h.
|
private |
Definition at line 51 of file GteIntpBilinear2.h.
|
private |
Definition at line 52 of file GteIntpBilinear2.h.
|
private |
Definition at line 50 of file GteIntpBilinear2.h.
|
private |
Definition at line 50 of file GteIntpBilinear2.h.
|
private |
Definition at line 51 of file GteIntpBilinear2.h.
|
private |
Definition at line 51 of file GteIntpBilinear2.h.
|
private |
Definition at line 51 of file GteIntpBilinear2.h.
|
private |
Definition at line 50 of file GteIntpBilinear2.h.
|
private |
Definition at line 52 of file GteIntpBilinear2.h.
|
private |
Definition at line 52 of file GteIntpBilinear2.h.
|
private |
Definition at line 52 of file GteIntpBilinear2.h.