OOPS
|
A subclass of LinearModelFactory able to create instances of T (a concrete subclass of interface::LinearModelBase<MODEL>). Passes MODEL::Geometry to the constructor of T. More...
#include <LinearModelBase.h>
Public Types | |
typedef oops::Geometry< MODEL > | Geometry_ |
Public Member Functions | |
LinearModelMaker (const std::string &name) | |
oops::LinearModelBase< MODEL > * | make (const Geometry_ &geom, const LinearModelParametersBase ¶meters) override |
std::unique_ptr< LinearModelParametersBase > | makeParameters () const override |
![]() | |
virtual | ~LinearModelFactory ()=default |
Private Types | |
typedef TParameters_IfAvailableElseFallbackType_t< T, GenericLinearModelParameters > | Parameters_ |
Additional Inherited Members | |
![]() | |
static LinearModelBase< MODEL > * | create (const Geometry_ &, const LinearModelParametersBase ¶meters) |
Create and return a new linear model. More... | |
static std::unique_ptr< LinearModelParametersBase > | createParameters (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... | |
![]() | |
LinearModelFactory (const std::string &name) | |
Register a maker able to create linear models of type name . More... | |
A subclass of LinearModelFactory able to create instances of T (a concrete subclass of interface::LinearModelBase<MODEL>). Passes MODEL::Geometry to the constructor of T.
Definition at line 110 of file interface/LinearModelBase.h.
typedef oops::Geometry<MODEL> oops::interface::LinearModelMaker< MODEL, T >::Geometry_ |
Definition at line 117 of file interface/LinearModelBase.h.
|
private |
Defined as T::Parameters_ if T defines a Parameters_ type; otherwise as GenericLinearModelParameters.
Definition at line 114 of file interface/LinearModelBase.h.
|
inlineexplicit |
Definition at line 119 of file interface/LinearModelBase.h.
|
inlineoverridevirtual |
Implements oops::LinearModelFactory< MODEL >.
Definition at line 121 of file interface/LinearModelBase.h.
|
inlineoverridevirtual |
Implements oops::LinearModelFactory< MODEL >.
Definition at line 129 of file interface/LinearModelBase.h.