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

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

#include <LinearModelBase.h>

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

Public Types

typedef Geometry< MODEL > Geometry_
 

Public Member Functions

 LinearModelMaker (const std::string &name)
 
LinearModelBase< MODEL > * make (const Geometry_ &geom, const LinearModelParametersBase &parameters) override
 
std::unique_ptr< LinearModelParametersBasemakeParameters () const override
 
- Public Member Functions inherited from oops::LinearModelFactory< MODEL >
virtual ~LinearModelFactory ()=default
 

Private Types

typedef TParameters_IfAvailableElseFallbackType_t< T, GenericLinearModelParametersParameters_
 

Additional Inherited Members

- Static Public Member Functions inherited from oops::LinearModelFactory< MODEL >
static LinearModelBase< MODEL > * create (const Geometry_ &, const LinearModelParametersBase &parameters)
 Create and return a new linear model. More...
 
static std::unique_ptr< LinearModelParametersBasecreateParameters (const std::string &name)
 Create and return an instance of the subclass of LinearModelParametersBase storing parameters of linear models of the specified type. More...
 
static std::vector< std::string > getMakerNames ()
 Return the names of all linear models that can be created by one of the registered makers. More...
 
- Protected Member Functions inherited from oops::LinearModelFactory< MODEL >
 LinearModelFactory (const std::string &name)
 Register a maker able to create linear models of type name. More...
 

Detailed Description

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

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

Definition at line 205 of file generic/LinearModelBase.h.

Member Typedef Documentation

◆ Geometry_

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

Definition at line 212 of file generic/LinearModelBase.h.

◆ Parameters_

template<class MODEL , class T >
typedef TParameters_IfAvailableElseFallbackType_t<T, GenericLinearModelParameters> oops::LinearModelMaker< MODEL, T >::Parameters_
private

Defined as T::Parameters_ if T defines a Parameters_ type; otherwise as GenericLinearModelParameters.

Definition at line 209 of file generic/LinearModelBase.h.

Constructor & Destructor Documentation

◆ LinearModelMaker()

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

Definition at line 214 of file generic/LinearModelBase.h.

Member Function Documentation

◆ make()

template<class MODEL , class T >
LinearModelBase<MODEL>* oops::LinearModelMaker< MODEL, T >::make ( const Geometry_ geom,
const LinearModelParametersBase parameters 
)
inlineoverridevirtual

Implements oops::LinearModelFactory< MODEL >.

Definition at line 216 of file generic/LinearModelBase.h.

◆ makeParameters()

template<class MODEL , class T >
std::unique_ptr<LinearModelParametersBase> oops::LinearModelMaker< MODEL, T >::makeParameters ( ) const
inlineoverridevirtual

Implements oops::LinearModelFactory< MODEL >.

Definition at line 224 of file generic/LinearModelBase.h.


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