NASA Logo
Ocean Color Science Software

ocssw V2022
RegularGridInterpolator2D

#include <Interpolation.hpp>

Inheritance diagram for RegularGridInterpolator2D:
[legend]
Collaboration diagram for RegularGridInterpolator2D:
[legend]

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]

RegularGridInterpolator2D ( T *  lut,
U *  x,
U *  y,
size_t  nx,
size_t  ny,
const std::string methodstr = "bilinear" 
)
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: