Public Member Functions | |
Real & | A (int ix, int iy) |
Real | operator() (Real x, Real y) const |
Real | operator() (int xOrder, int yOrder, Real x, Real y) const |
Polynomial () | |
Private Attributes | |
Real | mCoeff [4][4] |
Definition at line 55 of file GteIntpAkimaUniform2.h.
gte::IntpAkimaUniform2< Real >::Polynomial::Polynomial | ( | ) |
Definition at line 526 of file GteIntpAkimaUniform2.h.
Real & gte::IntpAkimaUniform2< Real >::Polynomial::A | ( | int | ix, |
int | iy | ||
) |
Definition at line 532 of file GteIntpAkimaUniform2.h.
Real gte::IntpAkimaUniform2< Real >::Polynomial::operator() | ( | Real | x, |
Real | y | ||
) | const |
Definition at line 538 of file GteIntpAkimaUniform2.h.
Real gte::IntpAkimaUniform2< Real >::Polynomial::operator() | ( | int | xOrder, |
int | yOrder, | ||
Real | x, | ||
Real | y | ||
) | const |
Definition at line 550 of file GteIntpAkimaUniform2.h.
|
private |
Definition at line 67 of file GteIntpAkimaUniform2.h.