OOPS
|
#include <ModelSpaceCovarianceBase.h>
Public Member Functions | |
CovarMaker (const std::string &name) | |
![]() | |
virtual | ~CovarianceFactory ()=default |
Private Types | |
typedef TParameters_IfAvailableElseFallbackType_t< COVAR, GenericModelSpaceCovarianceParameters< MODEL > > | Parameters_ |
typedef Geometry< MODEL > | Geometry_ |
typedef State< MODEL > | State_ |
Private Member Functions | |
ModelSpaceCovarianceBase< MODEL > * | make (const ModelSpaceCovarianceParametersBase< MODEL > ¶ms, const Geometry_ &resol, const Variables &vars, const State_ &xb, const State_ &fg) override |
std::unique_ptr< ModelSpaceCovarianceParametersBase< MODEL > > | makeParameters () const override |
Additional Inherited Members | |
![]() | |
static ModelSpaceCovarianceBase< MODEL > * | create (const ModelSpaceCovarianceParametersBase< MODEL > &, const Geometry_ &, const Variables &, const State_ &, const State_ &) |
Create and return a new covariance model. More... | |
static ModelSpaceCovarianceBase< MODEL > * | create (const eckit::Configuration &, const Geometry_ &, const Variables &, const State_ &, const State_ &) |
Create and return a new covariance model. More... | |
static std::unique_ptr< ModelSpaceCovarianceParametersBase< MODEL > > | createParameters (const std::string &covarianceModel) |
Create and return an instance of the subclass of ModelSpaceCovarianceParametersBase storing parameters of the specified covariance model. More... | |
static std::vector< std::string > | getMakerNames () |
Return the names of all covariance models that can be created by one of the registered makers. More... | |
![]() | |
CovarianceFactory (const std::string &name) | |
Register a maker able to create covariance models of type name . More... | |
Definition at line 197 of file ModelSpaceCovarianceBase.h.
|
private |
Definition at line 203 of file ModelSpaceCovarianceBase.h.
|
private |
Defined as T::Parameters_ if COVAR defines a Parameters_ type; otherwise as GenericModelSpaceCovarianceParameters<MODEL>.
Definition at line 201 of file ModelSpaceCovarianceBase.h.
|
private |
Definition at line 204 of file ModelSpaceCovarianceBase.h.
|
inlineexplicit |
Definition at line 221 of file ModelSpaceCovarianceBase.h.
|
inlineoverrideprivatevirtual |
Implements oops::CovarianceFactory< MODEL >.
Definition at line 206 of file ModelSpaceCovarianceBase.h.
|
inlineoverrideprivatevirtual |
Implements oops::CovarianceFactory< MODEL >.
Definition at line 216 of file ModelSpaceCovarianceBase.h.