UFO
|
#include <ObsFunctionScattering.h>
Public Member Functions | |
ObsFunctionScattering (const eckit::LocalConfiguration conf=eckit::LocalConfiguration()) | |
~ObsFunctionScattering () | |
void | compute (const ObsFilterData &, ioda::ObsDataVector< float > &) const |
compute the result of the function More... | |
const ufo::Variables & | requiredVariables () const |
geovals required to compute the function More... | |
![]() | |
ObsFunctionBase (const eckit::LocalConfiguration conf=eckit::LocalConfiguration()) | |
virtual | ~ObsFunctionBase () |
Private Attributes | |
ufo::Variables | invars_ |
Additional Inherited Members | |
![]() | |
typedef float | Value_ |
Type of the values produced by the function. More... | |
Definition at line 19 of file ObsFunctionScattering.h.
|
explicit |
Definition at line 22 of file ObsFunctionScattering.cc.
ufo::ObsFunctionScattering::~ObsFunctionScattering | ( | ) |
Definition at line 31 of file ObsFunctionScattering.cc.
|
virtual |
compute the result of the function
Implements ufo::ObsFunctionBase< float >.
Definition at line 35 of file ObsFunctionScattering.cc.
|
virtual |
geovals required to compute the function
Implements ufo::ObsFunctionBase< float >.
Definition at line 52 of file ObsFunctionScattering.cc.
|
private |
Definition at line 29 of file ObsFunctionScattering.h.