UFO
|
Contains a polymorphic parameter holding an instance of a subclass of ObsOperatorParametersBase. More...
#include <ObsOperatorBase.h>
Public Attributes | |
oops::RequiredPolymorphicParameter< ObsOperatorParametersBase, ObsOperatorFactory > | operatorParameters {"name", this} |
Contains a polymorphic parameter holding an instance of a subclass of ObsOperatorParametersBase.
Definition at line 91 of file ObsOperatorBase.h.
oops::RequiredPolymorphicParameter<ObsOperatorParametersBase, ObsOperatorFactory> ufo::ObsOperatorParametersWrapper::operatorParameters {"name", this} |
After deserialization, holds an instance of a subclass of ObsOperatorParametersBase controlling the behavior of an observation operator. The type of the subclass is determined by the value of the "name" key in the Configuration object from which this object is deserialized.
Definition at line 99 of file ObsOperatorBase.h.