UFO
ufo::PredictorParametersWrapper Class Reference

Contains a polymorphic parameter holding an instance of a subclass of PredictorParametersBase. More...

#include <ObsBiasParameters.h>

Inheritance diagram for ufo::PredictorParametersWrapper:
Collaboration diagram for ufo::PredictorParametersWrapper:

Public Attributes

oops::RequiredPolymorphicParameter< PredictorParametersBase, PredictorFactorypredictorParameters {"name", this}
 

Detailed Description

Contains a polymorphic parameter holding an instance of a subclass of PredictorParametersBase.

Definition at line 26 of file ObsBiasParameters.h.

Member Data Documentation

◆ predictorParameters

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.


The documentation for this class was generated from the following file: