FV3 Bundle
oops::LinearVariableChangeFactory< MODEL > Class Template Referenceabstract

LinearVariableChangeFactory Factory. More...

#include <LinearVariableChangeBase.h>

Inheritance diagram for oops::LinearVariableChangeFactory< MODEL >:
[legend]

Public Member Functions

virtual ~LinearVariableChangeFactory ()
 

Static Public Member Functions

static LinearVariableChangeBase< MODEL > * create (const State_ &, const State_ &, const Geometry_ &, const eckit::Configuration &)
 

Protected Member Functions

 LinearVariableChangeFactory (const std::string &)
 

Private Types

typedef Geometry< MODEL > Geometry_
 
typedef State< MODEL > State_
 

Private Member Functions

virtual LinearVariableChangeBase< MODEL > * make (const State_ &, const State_ &, const Geometry_ &, const eckit::Configuration &)=0
 

Static Private Member Functions

static std::map< std::string, LinearVariableChangeFactory< MODEL > *> & getMakers ()
 

Detailed Description

template<typename MODEL>
class oops::LinearVariableChangeFactory< MODEL >

LinearVariableChangeFactory Factory.

Definition at line 66 of file LinearVariableChangeBase.h.

Member Typedef Documentation

◆ Geometry_

template<typename MODEL >
typedef Geometry<MODEL> oops::LinearVariableChangeFactory< MODEL >::Geometry_
private

Definition at line 67 of file LinearVariableChangeBase.h.

◆ State_

template<typename MODEL >
typedef State<MODEL> oops::LinearVariableChangeFactory< MODEL >::State_
private

Definition at line 68 of file LinearVariableChangeBase.h.

Constructor & Destructor Documentation

◆ ~LinearVariableChangeFactory()

template<typename MODEL >
virtual oops::LinearVariableChangeFactory< MODEL >::~LinearVariableChangeFactory ( )
inlinevirtual

Definition at line 73 of file LinearVariableChangeBase.h.

Here is the call graph for this function:

◆ LinearVariableChangeFactory()

template<typename MODEL >
oops::LinearVariableChangeFactory< MODEL >::LinearVariableChangeFactory ( const std::string &  name)
explicitprotected

Definition at line 104 of file LinearVariableChangeBase.h.

Member Function Documentation

◆ create()

template<typename MODEL >
LinearVariableChangeBase< MODEL > * oops::LinearVariableChangeFactory< MODEL >::create ( const State_ bg,
const State_ fg,
const Geometry_ geom,
const eckit::Configuration &  conf 
)
static

Definition at line 115 of file LinearVariableChangeBase.h.

◆ getMakers()

template<typename MODEL >
static std::map< std::string, LinearVariableChangeFactory<MODEL> * >& oops::LinearVariableChangeFactory< MODEL >::getMakers ( )
inlinestaticprivate

Definition at line 80 of file LinearVariableChangeBase.h.

Here is the caller graph for this function:

◆ make()

template<typename MODEL >
virtual LinearVariableChangeBase<MODEL>* oops::LinearVariableChangeFactory< MODEL >::make ( const State_ ,
const State_ ,
const Geometry_ ,
const eckit::Configuration &   
)
privatepure virtual

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