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

#include <ModelBase.h>

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

Public Member Functions

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

Private Types

typedef Geometry< MODEL > Geometry_
 

Private Member Functions

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

Additional Inherited Members

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

Detailed Description

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

Definition at line 94 of file ModelBase.h.

Member Typedef Documentation

◆ Geometry_

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

Definition at line 95 of file ModelBase.h.

Constructor & Destructor Documentation

◆ ModelMaker()

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

Definition at line 99 of file ModelBase.h.

Member Function Documentation

◆ make()

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

Implements oops::ModelFactory< MODEL >.

Definition at line 96 of file ModelBase.h.

Here is the call graph for this function:

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