OOPS
oops::LinearModelParametersWrapper< MODEL > Class Template Reference

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

#include <LinearModelBase.h>

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

Public Attributes

RequiredPolymorphicParameter< LinearModelParametersBase, LinearModelFactory< MODEL > > linearModelParameters {"name", this}
 

Detailed Description

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

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

Definition at line 147 of file generic/LinearModelBase.h.

Member Data Documentation

◆ linearModelParameters

template<typename MODEL >
RequiredPolymorphicParameter<LinearModelParametersBase, LinearModelFactory<MODEL> > oops::LinearModelParametersWrapper< MODEL >::linearModelParameters {"name", this}

After deserializtion, holds an instance of a subclass of LinearModelParametersBase controlling the behavior of a linear 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 154 of file generic/LinearModelBase.h.


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