OOPS
oops::ModelParametersWrapper< MODEL > Class Template Reference

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

#include <ModelBase.h>

Inheritance diagram for oops::ModelParametersWrapper< MODEL >:
Collaboration diagram for oops::ModelParametersWrapper< MODEL >:

Public Attributes

RequiredPolymorphicParameter< ModelParametersBase, ModelFactory< MODEL > > modelParameters {"name", this}
 

Detailed Description

template<typename MODEL>
class oops::ModelParametersWrapper< MODEL >

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

Definition at line 132 of file generic/ModelBase.h.

Member Data Documentation

◆ modelParameters

template<typename MODEL >
RequiredPolymorphicParameter<ModelParametersBase, ModelFactory<MODEL> > oops::ModelParametersWrapper< MODEL >::modelParameters {"name", this}

After deserializtion, holds an instance of a subclass of ModelParametersBase controlling the behavior of a model. 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 139 of file generic/ModelBase.h.


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