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

#include <VariableChangeBase.h>

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

Public Member Functions

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

Private Types

typedef TParameters_IfAvailableElseFallbackType_t< T, GenericVariableChangeParametersParameters_
 
typedef Geometry< MODEL > Geometry_
 

Private Member Functions

VariableChangeBase< MODEL > * make (const Geometry_ &resol, const VariableChangeParametersBase &params) override
 
std::unique_ptr< VariableChangeParametersBasemakeParameters () const override
 

Additional Inherited Members

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

Detailed Description

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

Definition at line 213 of file VariableChangeBase.h.

Member Typedef Documentation

◆ Geometry_

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

Definition at line 218 of file VariableChangeBase.h.

◆ Parameters_

template<class MODEL , class T >
typedef TParameters_IfAvailableElseFallbackType_t<T, GenericVariableChangeParameters> oops::VariableChangeMaker< MODEL, T >::Parameters_
private

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

Definition at line 216 of file VariableChangeBase.h.

Constructor & Destructor Documentation

◆ VariableChangeMaker()

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

Definition at line 232 of file VariableChangeBase.h.

Member Function Documentation

◆ make()

template<class MODEL , class T >
VariableChangeBase<MODEL>* oops::VariableChangeMaker< MODEL, T >::make ( const Geometry_ resol,
const VariableChangeParametersBase params 
)
inlineoverrideprivatevirtual

Implements oops::VariableChangeFactory< MODEL >.

Definition at line 220 of file VariableChangeBase.h.

Here is the call graph for this function:

◆ makeParameters()

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

Implements oops::VariableChangeFactory< MODEL >.

Definition at line 227 of file VariableChangeBase.h.


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