OOPS
oops::interface::ObsErrorMaker< OBS, T > Class Template Reference

A subclass of ObsErrorFactory able to create instances of T (a concrete subclass of interface::ObsErrorBase<OBS>). Passes OBS::ObsSpace to the constructor of T. More...

#include <ObsErrorBase.h>

Inheritance diagram for oops::interface::ObsErrorMaker< OBS, T >:
Collaboration diagram for oops::interface::ObsErrorMaker< OBS, T >:

Public Types

typedef oops::ObsErrorBase< OBS > ObsErrorBase_
 
typedef oops::ObsErrorFactory< OBS > ObsErrorFactory_
 
typedef oops::ObsSpace< OBS > ObsSpace_
 
typedef T::Parameters_ Parameters_
 

Public Member Functions

 ObsErrorMaker (const std::string &name)
 
- Public Member Functions inherited from oops::ObsErrorFactory< OBS >
virtual ~ObsErrorFactory ()=default
 

Private Member Functions

std::unique_ptr< ObsErrorBase_make (const ObsErrorParametersBase &parameters, const ObsSpace_ &obsspace) override
 
std::unique_ptr< ObsErrorParametersBasemakeParameters () const override
 

Additional Inherited Members

- Static Public Member Functions inherited from oops::ObsErrorFactory< OBS >
static std::unique_ptr< ObsErrorBase_create (const ObsErrorParametersBase &params, const ObsSpace_ &)
 Create and return a new observation error covariance matrix model. More...
 
static std::unique_ptr< ObsErrorParametersBasecreateParameters (const std::string &model)
 Create and return an instance of the subclass of ObsErrorParametersBase storing parameters of covariance matrix models of the specified type. More...
 
static std::vector< std::string > getMakerNames ()
 Return the names of all models that can be created by one of the registered makers. More...
 
- Protected Member Functions inherited from oops::ObsErrorFactory< OBS >
 ObsErrorFactory (const std::string &model)
 Register a maker able to create covariance matrix models of type model. More...
 

Detailed Description

template<class OBS, class T>
class oops::interface::ObsErrorMaker< OBS, T >

A subclass of ObsErrorFactory able to create instances of T (a concrete subclass of interface::ObsErrorBase<OBS>). Passes OBS::ObsSpace to the constructor of T.

Definition at line 112 of file interface/ObsErrorBase.h.

Member Typedef Documentation

◆ ObsErrorBase_

template<class OBS , class T >
typedef oops::ObsErrorBase<OBS> oops::interface::ObsErrorMaker< OBS, T >::ObsErrorBase_

Definition at line 114 of file interface/ObsErrorBase.h.

◆ ObsErrorFactory_

template<class OBS , class T >
typedef oops::ObsErrorFactory<OBS> oops::interface::ObsErrorMaker< OBS, T >::ObsErrorFactory_

Definition at line 115 of file interface/ObsErrorBase.h.

◆ ObsSpace_

template<class OBS , class T >
typedef oops::ObsSpace<OBS> oops::interface::ObsErrorMaker< OBS, T >::ObsSpace_

Definition at line 116 of file interface/ObsErrorBase.h.

◆ Parameters_

template<class OBS , class T >
typedef T::Parameters_ oops::interface::ObsErrorMaker< OBS, T >::Parameters_

Definition at line 117 of file interface/ObsErrorBase.h.

Constructor & Destructor Documentation

◆ ObsErrorMaker()

template<class OBS , class T >
oops::interface::ObsErrorMaker< OBS, T >::ObsErrorMaker ( const std::string &  name)
inlineexplicit

Definition at line 119 of file interface/ObsErrorBase.h.

Member Function Documentation

◆ make()

template<class OBS , class T >
std::unique_ptr<ObsErrorBase_> oops::interface::ObsErrorMaker< OBS, T >::make ( const ObsErrorParametersBase parameters,
const ObsSpace_ obsspace 
)
inlineoverrideprivatevirtual

Implements oops::ObsErrorFactory< OBS >.

Definition at line 122 of file interface/ObsErrorBase.h.

Here is the call graph for this function:

◆ makeParameters()

template<class OBS , class T >
std::unique_ptr<ObsErrorParametersBase> oops::interface::ObsErrorMaker< OBS, T >::makeParameters ( ) const
inlineoverrideprivatevirtual

Implements oops::ObsErrorFactory< OBS >.

Definition at line 128 of file interface/ObsErrorBase.h.


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