OOPS
oops::LinearVariableChangeMaker< MODEL, T > Class Template Reference

#include <LinearVariableChangeBase.h>

Inheritance diagram for oops::LinearVariableChangeMaker< MODEL, T >:
Collaboration diagram for oops::LinearVariableChangeMaker< MODEL, T >:

Public Member Functions

 LinearVariableChangeMaker (const std::string &name)
 
- Public Member Functions inherited from oops::LinearVariableChangeFactory< MODEL >
virtual ~LinearVariableChangeFactory ()=default
 

Private Types

typedef TParameters_IfAvailableElseFallbackType_t< T, GenericLinearVariableChangeParametersParameters_
 
typedef Geometry< MODEL > Geometry_
 
typedef State< MODEL > State_
 

Private Member Functions

LinearVariableChangeBase< MODEL > * make (const State_ &bg, const State_ &fg, const Geometry_ &geom, const LinearVariableChangeParametersBase &params) override
 
std::unique_ptr< LinearVariableChangeParametersBasemakeParameters () const override
 

Additional Inherited Members

- Static Public Member Functions inherited from oops::LinearVariableChangeFactory< MODEL >
static LinearVariableChangeBase< MODEL > * create (const State_ &, const State_ &, const Geometry_ &, const LinearVariableChangeParametersBase &parameters)
 Create and return a new linear variable change. More...
 
static LinearVariableChangeBase< MODEL > * create (const State_ &, const State_ &, const Geometry_ &, const eckit::Configuration &conf)
 Create and return a new linear variable change. More...
 
static std::unique_ptr< LinearVariableChangeParametersBasecreateParameters (const std::string &name)
 Create and return an instance of the subclass of LinearVariableChangeParametersBase storing parameters of linear variable changes of the specified type. More...
 
static std::vector< std::string > getMakerNames ()
 Return the names of all linear variable changes that can be created by one of the registered makers. More...
 
- Protected Member Functions inherited from oops::LinearVariableChangeFactory< MODEL >
 LinearVariableChangeFactory (const std::string &name)
 Register a maker able to create linear variable changes of type name. More...
 

Detailed Description

template<class MODEL, class T>
class oops::LinearVariableChangeMaker< MODEL, T >

Definition at line 181 of file LinearVariableChangeBase.h.

Member Typedef Documentation

◆ Geometry_

template<class MODEL , class T >
typedef Geometry<MODEL> oops::LinearVariableChangeMaker< MODEL, T >::Geometry_
private

Definition at line 187 of file LinearVariableChangeBase.h.

◆ Parameters_

template<class MODEL , class T >
typedef TParameters_IfAvailableElseFallbackType_t<T, GenericLinearVariableChangeParameters> oops::LinearVariableChangeMaker< MODEL, T >::Parameters_
private

Defined as T::Parameters_ if T defines a Parameters_ type; otherwise as GenericLinearVariableChangeParameters.

Definition at line 185 of file LinearVariableChangeBase.h.

◆ State_

template<class MODEL , class T >
typedef State<MODEL> oops::LinearVariableChangeMaker< MODEL, T >::State_
private

Definition at line 188 of file LinearVariableChangeBase.h.

Constructor & Destructor Documentation

◆ LinearVariableChangeMaker()

template<class MODEL , class T >
oops::LinearVariableChangeMaker< MODEL, T >::LinearVariableChangeMaker ( const std::string &  name)
inlineexplicit

Definition at line 203 of file LinearVariableChangeBase.h.

Member Function Documentation

◆ make()

template<class MODEL , class T >
LinearVariableChangeBase<MODEL>* oops::LinearVariableChangeMaker< MODEL, T >::make ( const State_ bg,
const State_ fg,
const Geometry_ geom,
const LinearVariableChangeParametersBase params 
)
inlineoverrideprivatevirtual

◆ makeParameters()

template<class MODEL , class T >
std::unique_ptr<LinearVariableChangeParametersBase> oops::LinearVariableChangeMaker< MODEL, T >::makeParameters ( ) const
inlineoverrideprivatevirtual

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