UFO
|
#include <algorithm>
#include <list>
#include <set>
#include <string>
#include <unordered_map>
#include <utility>
#include <vector>
#include "oops/util/parameters/OptionalParameter.h"
#include "oops/util/parameters/Parameter.h"
#include "oops/util/parameters/Parameters.h"
#include "oops/util/parameters/RequiredParameter.h"
#include "ufo/filters/obsfunctions/ObsFunctionBase.h"
#include "ufo/filters/Variable.h"
#include "ufo/filters/Variables.h"
#include "ufo/utils/dataextractor/DataExtractor.h"
#include "ufo/utils/parameters/ParameterTraitsVariable.h"
Go to the source code of this file.
Classes | |
struct | ufo::InterpMethodParameterTraitsHelper |
struct | oops::ParameterTraits< ufo::InterpMethod > |
class | ufo::InterpolationParameters |
How to identify the relevant elements of the interpolated array along a dimension indexed by a particular variable. More... | |
class | ufo::DrawValueFromFileParametersWithoutGroup |
Options controlling the DrawValueFromFile ObsFunction (excluding the group option). More... | |
class | ufo::DrawValueFromFileParameters |
Options controlling the DrawValueFromFile ObsFunction. More... | |
class | ufo::DrawValueFromFile< T > |
Produce values by interpolating an array loaded from a file, indexed by coordinates whose names correspond to ObsSpace variables. More... | |
Namespaces | |
eckit | |
Forward declarations. | |
ufo | |
oops | |