8 #ifndef UFO_FILTERS_VARIABLETRANSFORMSPARAMETERS_H_
9 #define UFO_FILTERS_VARIABLETRANSFORMSPARAMETERS_H_
14 #include "eckit/exception/Exceptions.h"
16 #include "oops/util/parameters/OptionalParameter.h"
17 #include "oops/util/parameters/Parameter.h"
18 #include "oops/util/parameters/Parameters.h"
19 #include "oops/util/parameters/RequiredParameter.h"
56 oops::RequiredParameter<std::vector<std::string>>
Transform{
"Transform",
61 oops::Parameter<std::string>
Method{
"Method",
"default",
this};
66 oops::Parameter<std::string>
Formulation{
"Formulation",
"",
this};