OOPS
oops::CostMaker< MODEL, OBS, FCT > Class Template Reference

#include <CostFunction.h>

Inheritance diagram for oops::CostMaker< MODEL, OBS, FCT >:
Collaboration diagram for oops::CostMaker< MODEL, OBS, FCT >:

Public Member Functions

 CostMaker (const std::string &name)
 
- Public Member Functions inherited from oops::CostFactory< MODEL, OBS >
virtual ~CostFactory ()=default
 

Private Member Functions

CostFunction< MODEL, OBS > * make (const eckit::Configuration &config, const eckit::mpi::Comm &comm) override
 

Additional Inherited Members

- Static Public Member Functions inherited from oops::CostFactory< MODEL, OBS >
static CostFunction< MODEL, OBS > * create (const eckit::Configuration &, const eckit::mpi::Comm &)
 
- Protected Member Functions inherited from oops::CostFactory< MODEL, OBS >
 CostFactory (const std::string &)
 

Detailed Description

template<class MODEL, class OBS, class FCT>
class oops::CostMaker< MODEL, OBS, FCT >

Definition at line 145 of file CostFunction.h.

Constructor & Destructor Documentation

◆ CostMaker()

template<class MODEL , class OBS , class FCT >
oops::CostMaker< MODEL, OBS, FCT >::CostMaker ( const std::string &  name)
inlineexplicit

Definition at line 151 of file CostFunction.h.

Member Function Documentation

◆ make()

template<class MODEL , class OBS , class FCT >
CostFunction<MODEL, OBS>* oops::CostMaker< MODEL, OBS, FCT >::make ( const eckit::Configuration &  config,
const eckit::mpi::Comm &  comm 
)
inlineoverrideprivatevirtual

Implements oops::CostFactory< MODEL, OBS >.

Definition at line 147 of file CostFunction.h.


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