UFO
|
#include <ObsFunctionVelocity.h>
Public Member Functions | |
ObsFunctionVelocity (const eckit::LocalConfiguration) | |
~ObsFunctionVelocity () | |
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_ |
std::string | group_ |
Additional Inherited Members | |
![]() | |
typedef float | Value_ |
Type of the values produced by the function. More... | |
Definition at line 21 of file ObsFunctionVelocity.h.
|
explicit |
Definition at line 23 of file ObsFunctionVelocity.cc.
ufo::ObsFunctionVelocity::~ObsFunctionVelocity | ( | ) |
Definition at line 32 of file ObsFunctionVelocity.cc.
|
virtual |
compute the result of the function
Implements ufo::ObsFunctionBase< float >.
Definition at line 36 of file ObsFunctionVelocity.cc.
|
virtual |
geovals required to compute the function
Implements ufo::ObsFunctionBase< float >.
Definition at line 55 of file ObsFunctionVelocity.cc.
|
private |
Definition at line 31 of file ObsFunctionVelocity.h.
|
private |
Definition at line 30 of file ObsFunctionVelocity.h.