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

LinearModelFactory Factory. More...

#include <LinearModelBase.h>

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

Public Member Functions

virtual ~LinearModelFactory ()
 

Static Public Member Functions

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

Protected Member Functions

 LinearModelFactory (const std::string &)
 

Private Types

typedef Geometry< MODEL > Geometry_
 

Private Member Functions

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

Static Private Member Functions

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

Detailed Description

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

LinearModelFactory Factory.

Definition at line 101 of file LinearModelBase.h.

Member Typedef Documentation

◆ Geometry_

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

Definition at line 102 of file LinearModelBase.h.

Constructor & Destructor Documentation

◆ ~LinearModelFactory()

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

Definition at line 105 of file LinearModelBase.h.

Here is the call graph for this function:

◆ LinearModelFactory()

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

Definition at line 130 of file LinearModelBase.h.

Member Function Documentation

◆ create()

template<typename MODEL >
LinearModelBase< MODEL > * oops::LinearModelFactory< MODEL >::create ( const Geometry_ geom,
const eckit::Configuration &  conf 
)
static

Definition at line 141 of file LinearModelBase.h.

◆ getMakers()

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

Definition at line 110 of file LinearModelBase.h.

Here is the caller graph for this function:

◆ make()

template<typename MODEL >
virtual LinearModelBase<MODEL>* oops::LinearModelFactory< MODEL >::make ( const Geometry_ ,
const eckit::Configuration &   
)
privatepure virtual

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