SLIData2 Class Reference

A 2D sequential linear interpolation (SLI) lookup table. More...

#include <mc_interp.h>

Collaboration diagram for SLIData2:

Collaboration graph
[legend]

List of all members.

Public Member Functions

Numeric interpolate (Numeric x1, Numeric x2) const
 Perform sequential interpolation.

Public Attributes

Vector x1a
ArrayOfVector x2a
ArrayOfVector ya


Detailed Description

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.

Definition at line 57 of file mc_interp.h.


Member Function Documentation

Numeric SLIData2::interpolate ( Numeric  x1,
Numeric  x2 
) const

Perform sequential interpolation.

Parameters:
x1 desired x1 value
x2 desired x2 value
Returns:
interpolated y value at x1,x2
Author:
Cory Davis <cdavis@staffmail.ed.ac.uk>
Date:
2005-02-28

Definition at line 52 of file mc_interp.cc.

References gridpos(), GridPos::idx, interp(), interpweights(), x1a, x2a, and ya.

Referenced by ScatteringMonteCarlo().


Member Data Documentation


The documentation for this class was generated from the following files:

Generated on Mon Mar 23 14:07:02 2009 for ARTS by  doxygen 1.5.6