ARTS
2.4.0(git:4fb77825)
|
A 2D sequential linear interpolation (SLI) lookup table This class holds the gridded for 2D SLI as well as the interpolate member function for retrieving interpolated values. More...
#include <mc_interp.h>
Public Member Functions | |
Numeric | interpolate (Numeric x1, Numeric x2) const |
Public Attributes | |
Vector | x1a |
ArrayOfVector | x2a |
ArrayOfVector | ya |
A 2D sequential linear interpolation (SLI) lookup table This class holds the gridded for 2D SLI as well as the interpolate member function for retrieving interpolated values.
[in] | x1 | desired x1 value |
[in] | x2 | desired x2 value |
Definition at line 56 of file mc_interp.h.
Definition at line 33 of file mc_interp.cc.
References gridpos(), GridPos::idx, interp(), interpweights(), x1a, x2, x2a, and ya.
Vector SLIData2::x1a |
Definition at line 59 of file mc_interp.h.
Referenced by interpolate(), xml_read_from_stream(), and xml_write_to_stream().
ArrayOfVector SLIData2::x2a |
Definition at line 61 of file mc_interp.h.
Referenced by interpolate(), xml_read_from_stream(), and xml_write_to_stream().
ArrayOfVector SLIData2::ya |
Definition at line 63 of file mc_interp.h.
Referenced by interpolate(), xml_read_from_stream(), and xml_write_to_stream().