OOPS
|
Contains a polymorphic parameter holding an instance of a subclass of ModelSpaceCovarianceParametersBase. More...
#include <ModelSpaceCovarianceBase.h>
Public Attributes | |
RequiredPolymorphicParameter< ModelSpaceCovarianceParametersBase< MODEL >, CovarianceFactory< MODEL > > | covarianceParameters {"covariance model", this} |
Contains a polymorphic parameter holding an instance of a subclass of ModelSpaceCovarianceParametersBase.
Definition at line 128 of file ModelSpaceCovarianceBase.h.
RequiredPolymorphicParameter<ModelSpaceCovarianceParametersBase<MODEL>, CovarianceFactory<MODEL> > oops::ModelSpaceCovarianceParametersWrapper< MODEL >::covarianceParameters {"covariance model", this} |
After deserialization, holds an instance of a subclass of ModelSpaceCovarianceParametersBase controlling the behavior of a covariance 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 136 of file ModelSpaceCovarianceBase.h.