|
ocssw
V2022
|
RegularGridInterpolator2D
#include <Interpolation.hpp>
Inheritance diagram for RegularGridInterpolator2D:
Collaboration diagram for RegularGridInterpolator2D:
Public Member Functions | |
| RegularGridInterpolator2D () | |
| template<typename T , typename U > | |
| RegularGridInterpolator2D (T *lut, U *x, U *y, size_t nx, size_t ny, const std::string &methodstr="bilinear") | |
| double | operator() (double x, double y) |
Public Member Functions inherited from Interpolator | |
| Interpolator ()=default | |
Detailed Description
Definition at line 81 of file Interpolation.hpp.
Constructor & Destructor Documentation
◆ RegularGridInterpolator2D() [1/2]
◆ RegularGridInterpolator2D() [2/2]
|
inline |
Definition at line 101 of file Interpolation.hpp.
Member Function Documentation
◆ operator()()
| double operator() | ( | double | x, |
| double | y | ||
| ) |
The documentation for this class was generated from the following file:
- /gfs-oceanweb/web/ocssw/ocssw_src/include/focs/Interpolation.hpp

Public Member Functions inherited from 
