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

A subclass of LocalizationFactory able to create instances of T (a concrete subclass of LocalizationBase<MODEL>). Passes Geometry<MODEL> to the constructor of T. More...

#include <LocalizationBase.h>

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

Public Member Functions

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

Private Types

typedef Geometry< MODEL > Geometry_
 

Private Member Functions

std::unique_ptr< LocalizationBase< MODEL > > make (const Geometry_ &geometry, const eckit::Configuration &conf) override
 

Additional Inherited Members

- Static Public Member Functions inherited from oops::LocalizationFactory< MODEL >
static std::unique_ptr< LocalizationBase< MODEL > > create (const Geometry_ &, const eckit::Configuration &config)
 Create and return a new Localization. More...
 
- Protected Member Functions inherited from oops::LocalizationFactory< MODEL >
 LocalizationFactory (const std::string &name)
 Register a maker able to create Localizations of type name. More...
 

Detailed Description

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

A subclass of LocalizationFactory able to create instances of T (a concrete subclass of LocalizationBase<MODEL>). Passes Geometry<MODEL> to the constructor of T.

Definition at line 87 of file generic/LocalizationBase.h.

Member Typedef Documentation

◆ Geometry_

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

Definition at line 88 of file generic/LocalizationBase.h.

Constructor & Destructor Documentation

◆ LocalizationMaker()

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

Definition at line 93 of file generic/LocalizationBase.h.

Member Function Documentation

◆ make()

template<class MODEL , class T >
std::unique_ptr<LocalizationBase<MODEL> > oops::LocalizationMaker< MODEL, T >::make ( const Geometry_ geometry,
const eckit::Configuration &  conf 
)
inlineoverrideprivatevirtual

Implements oops::LocalizationFactory< MODEL >.

Definition at line 89 of file generic/LocalizationBase.h.


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