UFO
|
Contains a polymorphic parameter holding an instance of a subclass of PredictorParametersBase. More...
#include <ObsBiasParameters.h>
Public Attributes | |
oops::RequiredPolymorphicParameter< PredictorParametersBase, PredictorFactory > | predictorParameters {"name", this} |
Contains a polymorphic parameter holding an instance of a subclass of PredictorParametersBase.
Definition at line 26 of file ObsBiasParameters.h.
oops::RequiredPolymorphicParameter<PredictorParametersBase, PredictorFactory> ufo::PredictorParametersWrapper::predictorParameters {"name", this} |
After deserialization, holds an instance of a subclass of PredictorParametersBase configuring a predictor. 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 33 of file ObsBiasParameters.h.