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

Cost Function Factory. More...

#include <CostFunction.h>

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

Public Member Functions

virtual ~CostFactory ()=default
 

Static Public Member Functions

static CostFunction< MODEL, OBS > * create (const eckit::Configuration &, const eckit::mpi::Comm &)
 

Protected Member Functions

 CostFactory (const std::string &)
 

Private Member Functions

virtual CostFunction< MODEL, OBS > * make (const eckit::Configuration &, const eckit::mpi::Comm &)=0
 

Static Private Member Functions

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

Detailed Description

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

Cost Function Factory.

Definition at line 128 of file CostFunction.h.

Constructor & Destructor Documentation

◆ ~CostFactory()

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

◆ CostFactory()

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

Definition at line 160 of file CostFunction.h.

Member Function Documentation

◆ create()

template<typename MODEL , typename OBS >
CostFunction< MODEL, OBS > * oops::CostFactory< MODEL, OBS >::create ( const eckit::Configuration &  config,
const eckit::mpi::Comm &  comm 
)
static

Definition at line 170 of file CostFunction.h.

◆ getMakers()

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

Definition at line 138 of file CostFunction.h.

◆ make()

template<typename MODEL , typename OBS >
virtual CostFunction<MODEL, OBS>* oops::CostFactory< MODEL, OBS >::make ( const eckit::Configuration &  ,
const eckit::mpi::Comm &   
)
privatepure virtual

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