UFO
|
#include <memory>
#include <ostream>
#include <string>
#include <vector>
#include "oops/util/ObjectCounter.h"
#include "oops/util/parameters/Parameters.h"
#include "oops/util/parameters/RequiredParameter.h"
#include "oops/util/parameters/RequiredPolymorphicParameter.h"
#include "ufo/filters/FilterBase.h"
#include "ufo/filters/QCflags.h"
Go to the source code of this file.
Classes | |
class | ufo::RequiredFilterActionParameters |
Parameters controlling the action performed on observations flagged by a filter. More... | |
class | ufo::PerformActionParameters |
Parameters controlling the Perform Action filter. More... | |
class | ufo::PerformAction |
Perform the action specified in the action YAML section on each observation selected by the where statement. More... | |
Namespaces | |
eckit | |
Forward declarations. | |
ioda | |
Forward declarations. | |
ufo | |