#include <TrilinearInterpolation.hpp>
|
| IntpTrilinear3 (int xBound, int yBound, int zBound, Real xMin, Real xSpacing, Real yMin, Real ySpacing, Real zMin, Real zSpacing, Real const *F) |
|
int | GetXBound () const |
|
int | GetYBound () const |
|
int | GetZBound () const |
|
int | GetQuantity () const |
|
Real const * | GetF () const |
|
Real | GetXMin () const |
|
Real | GetXMax () const |
|
Real | GetXSpacing () const |
|
Real | GetYMin () const |
|
Real | GetYMax () const |
|
Real | GetYSpacing () const |
|
Real | GetZMin () const |
|
Real | GetZMax () const |
|
Real | GetZSpacing () const |
|
Real | operator() (Real x, Real y, Real z) const |
|
Real | operator() (int xOrder, int yOrder, int zOrder, Real x, Real y, Real z) const |
|
◆ IntpTrilinear3()
template<typename Real >
gte::IntpTrilinear3< Real >::IntpTrilinear3 |
( |
int |
xBound, |
|
|
int |
yBound, |
|
|
int |
zBound, |
|
|
Real |
xMin, |
|
|
Real |
xSpacing, |
|
|
Real |
yMin, |
|
|
Real |
ySpacing, |
|
|
Real |
zMin, |
|
|
Real |
zSpacing, |
|
|
Real const * |
F |
|
) |
| |
◆ GetF()
◆ GetQuantity()
◆ GetXBound()
◆ GetXMax()
◆ GetXMin()
◆ GetXSpacing()
◆ GetYBound()
◆ GetYMax()
◆ GetYMin()
◆ GetYSpacing()
◆ GetZBound()
◆ GetZMax()
◆ GetZMin()
◆ GetZSpacing()
◆ operator()() [1/2]
template<typename Real >
Real gte::IntpTrilinear3< Real >::operator() |
( |
int |
xOrder, |
|
|
int |
yOrder, |
|
|
int |
zOrder, |
|
|
Real |
x, |
|
|
Real |
y, |
|
|
Real |
z |
|
) |
| const |
◆ operator()() [2/2]
The documentation for this class was generated from the following file: