OOPS
|
Contains a polymorphic parameter holding an instance of a subclass of LinearVariableChangeParametersBase. More...
#include <LinearVariableChangeBase.h>
Public Attributes | |
RequiredPolymorphicParameter< LinearVariableChangeParametersBase, LinearVariableChangeFactory< MODEL > > | variableChangeParameters {"variable change", this} |
Contains a polymorphic parameter holding an instance of a subclass of LinearVariableChangeParametersBase.
Definition at line 110 of file LinearVariableChangeBase.h.
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.