OOPS
oops::LinearVariableChangeParametersWrapper< MODEL > Class Template Reference

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

#include <LinearVariableChangeBase.h>

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

Public Attributes

RequiredPolymorphicParameter< LinearVariableChangeParametersBase, LinearVariableChangeFactory< MODEL > > variableChangeParameters {"variable change", this}
 

Detailed Description

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

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

Definition at line 110 of file LinearVariableChangeBase.h.

Member Data Documentation

◆ variableChangeParameters

template<typename MODEL >
RequiredPolymorphicParameter<LinearVariableChangeParametersBase, LinearVariableChangeFactory<MODEL> > oops::LinearVariableChangeParametersWrapper< MODEL >::variableChangeParameters {"variable change", this}

After deserialization, holds an instance of a subclass of LinearVariableChangeParametersBase controlling the behavior of a linear variable change. The type of the subclass is determined by the value of the "variable change" key in the Configuration object from which this object is deserialized.

Definition at line 119 of file LinearVariableChangeBase.h.


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