Public Member Functions | |
Real & | A (int ix, int iy, int iz) |
Real | operator() (Real x, Real y, Real z) const |
Real | operator() (int xOrder, int yOrder, int zOrder, Real x, Real y, Real z) const |
Polynomial () | |
Private Attributes | |
Real | mCoeff [4][4][4] |
Definition at line 62 of file GteIntpAkimaUniform3.h.
gte::IntpAkimaUniform3< Real >::Polynomial::Polynomial | ( | ) |
Definition at line 1356 of file GteIntpAkimaUniform3.h.
Real & gte::IntpAkimaUniform3< Real >::Polynomial::A | ( | int | ix, |
int | iy, | ||
int | iz | ||
) |
Definition at line 1362 of file GteIntpAkimaUniform3.h.
Real gte::IntpAkimaUniform3< Real >::Polynomial::operator() | ( | Real | x, |
Real | y, | ||
Real | z | ||
) | const |
Definition at line 1368 of file GteIntpAkimaUniform3.h.
Real gte::IntpAkimaUniform3< Real >::Polynomial::operator() | ( | int | xOrder, |
int | yOrder, | ||
int | zOrder, | ||
Real | x, | ||
Real | y, | ||
Real | z | ||
) | const |
Definition at line 1391 of file GteIntpAkimaUniform3.h.
|
private |
Definition at line 75 of file GteIntpAkimaUniform3.h.