OOPS
oops::MinFactory< MODEL, OBS > Class Template Referenceabstract

Minimizer Factory. More...

#include <Minimizer.h>

Inheritance diagram for oops::MinFactory< MODEL, OBS >:

Public Member Functions

virtual ~MinFactory ()=default
 

Static Public Member Functions

static Minimizer< MODEL, OBS > * create (const eckit::Configuration &, const CostFct_ &)
 

Protected Member Functions

 MinFactory (const std::string &)
 

Private Types

typedef CostFunction< MODEL, OBS > CostFct_
 

Private Member Functions

virtual Minimizer< MODEL, OBS > * make (const eckit::Configuration &, const CostFct_ &)=0
 

Static Private Member Functions

static std::map< std::string, MinFactory< MODEL, OBS > * > & getMakers ()
 

Detailed Description

template<typename MODEL, typename OBS>
class oops::MinFactory< MODEL, OBS >

Minimizer Factory.

Definition at line 370 of file Minimizer.h.

Member Typedef Documentation

◆ CostFct_

template<typename MODEL , typename OBS >
typedef CostFunction<MODEL, OBS> oops::MinFactory< MODEL, OBS >::CostFct_
private

Definition at line 371 of file Minimizer.h.

Constructor & Destructor Documentation

◆ ~MinFactory()

template<typename MODEL , typename OBS >
virtual oops::MinFactory< MODEL, OBS >::~MinFactory ( )
virtualdefault

◆ MinFactory()

template<typename MODEL , typename OBS >
oops::MinFactory< MODEL, OBS >::MinFactory ( const std::string &  name)
explicitprotected

Definition at line 400 of file Minimizer.h.

Member Function Documentation

◆ create()

template<typename MODEL , typename OBS >
Minimizer< MODEL, OBS > * oops::MinFactory< MODEL, OBS >::create ( const eckit::Configuration &  config,
const CostFct_ J 
)
static

Definition at line 410 of file Minimizer.h.

◆ getMakers()

template<typename MODEL , typename OBS >
static std::map< std::string, MinFactory<MODEL, OBS> * >& oops::MinFactory< MODEL, OBS >::getMakers ( )
inlinestaticprivate

Definition at line 379 of file Minimizer.h.

◆ make()

template<typename MODEL , typename OBS >
virtual Minimizer<MODEL, OBS>* oops::MinFactory< MODEL, OBS >::make ( const eckit::Configuration &  ,
const CostFct_  
)
privatepure virtual

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