FV3 Bundle
oops::LinearModelMaker< MODEL, T > Class Template Reference

#include <LinearModelBase.h>

Inheritance diagram for oops::LinearModelMaker< MODEL, T >:
[legend]
Collaboration diagram for oops::LinearModelMaker< MODEL, T >:
[legend]

Public Member Functions

 LinearModelMaker (const std::string &name)
 
- Public Member Functions inherited from oops::LinearModelFactory< MODEL >
virtual ~LinearModelFactory ()
 

Private Types

typedef Geometry< MODEL > Geometry_
 

Private Member Functions

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

Additional Inherited Members

- Static Public Member Functions inherited from oops::LinearModelFactory< MODEL >
static LinearModelBase< MODEL > * create (const Geometry_ &, const eckit::Configuration &)
 
- Protected Member Functions inherited from oops::LinearModelFactory< MODEL >
 LinearModelFactory (const std::string &)
 

Detailed Description

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

Definition at line 119 of file LinearModelBase.h.

Member Typedef Documentation

◆ Geometry_

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

Definition at line 120 of file LinearModelBase.h.

Constructor & Destructor Documentation

◆ LinearModelMaker()

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

Definition at line 124 of file LinearModelBase.h.

Member Function Documentation

◆ make()

template<class MODEL, class T>
virtual LinearModelBase<MODEL>* oops::LinearModelMaker< MODEL, T >::make ( const Geometry_ geom,
const eckit::Configuration &  conf 
)
inlineprivatevirtual

Implements oops::LinearModelFactory< MODEL >.

Definition at line 121 of file LinearModelBase.h.

Here is the call graph for this function:

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