OOPS
|
Contains a polymorphic parameter holding an instance of a subclass of ModelParametersBase. More...
#include <ModelBase.h>
Public Attributes | |
RequiredPolymorphicParameter< ModelParametersBase, ModelFactory< MODEL > > | modelParameters {"name", this} |
Contains a polymorphic parameter holding an instance of a subclass of ModelParametersBase.
Definition at line 132 of file generic/ModelBase.h.
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.