UFO
|
#include <Conditional.h>
Public Attributes | |
oops::RequiredParameter< std::vector< WhereParameters > > | where {"where", this} |
oops::RequiredParameter< FunctionValue > | value {"value", this} |
Value to be assigned when this particular where clause is true. More... | |
Parameters for one where configuration from the cases section of the yaml file.
Definition at line 38 of file Conditional.h.
oops::RequiredParameter<FunctionValue> ufo::LocalConditionalParameters< FunctionValue >::value {"value", this} |
Value to be assigned when this particular where clause is true.
Definition at line 47 of file Conditional.h.
oops::RequiredParameter<std::vector<WhereParameters> > ufo::LocalConditionalParameters< FunctionValue >::where {"where", this} |
Where clause needed for assignment. This is passed to create a ProcessWhere object and requires the expected parameters for ufo::WhereParameters
Definition at line 44 of file Conditional.h.