OOPS
oops::HofX3D< MODEL, OBS > Class Template Reference

#include <HofX3D.h>

Inheritance diagram for oops::HofX3D< MODEL, OBS >:
Collaboration diagram for oops::HofX3D< MODEL, OBS >:

Public Member Functions

 HofX3D (const eckit::mpi::Comm &comm=oops::mpi::world())
 
virtual ~HofX3D ()
 
int execute (const eckit::Configuration &fullConfig) const
 
- Public Member Functions inherited from oops::Application
 Application (const eckit::mpi::Comm &comm)
 
virtual ~Application ()
 

Private Types

typedef CalcHofX< OBS > CalcHofX_
 
typedef Geometry< MODEL > Geometry_
 
typedef GeoVaLs< OBS > GeoVaLs_
 
typedef GetValues< MODEL, OBS > GetValues_
 
typedef Locations< OBS > Locations_
 
typedef ObsAuxControls< OBS > ObsAux_
 
typedef Observations< OBS > Observations_
 
typedef ObsSpaces< OBS > ObsSpaces_
 
typedef State< MODEL > State_
 
typedef ChangeVariables< MODEL > ChangeVariables_
 
typedef std::vector< std::unique_ptr< GeoVaLs_ > > GeoVaLsVec_
 
typedef std::vector< std::unique_ptr< Locations_ > > LocationsVec_
 
typedef std::vector< VariablesVariablesVec_
 

Private Member Functions

std::string appname () const
 

Additional Inherited Members

- Protected Member Functions inherited from oops::Application
const eckit::mpi::Comm & getComm () const
 

Detailed Description

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

Definition at line 38 of file HofX3D.h.

Member Typedef Documentation

◆ CalcHofX_

template<typename MODEL , typename OBS >
typedef CalcHofX<OBS> oops::HofX3D< MODEL, OBS >::CalcHofX_
private

Definition at line 39 of file HofX3D.h.

◆ ChangeVariables_

template<typename MODEL , typename OBS >
typedef ChangeVariables<MODEL> oops::HofX3D< MODEL, OBS >::ChangeVariables_
private

Definition at line 48 of file HofX3D.h.

◆ Geometry_

template<typename MODEL , typename OBS >
typedef Geometry<MODEL> oops::HofX3D< MODEL, OBS >::Geometry_
private

Definition at line 40 of file HofX3D.h.

◆ GeoVaLs_

template<typename MODEL , typename OBS >
typedef GeoVaLs<OBS> oops::HofX3D< MODEL, OBS >::GeoVaLs_
private

Definition at line 41 of file HofX3D.h.

◆ GeoVaLsVec_

template<typename MODEL , typename OBS >
typedef std::vector<std::unique_ptr<GeoVaLs_> > oops::HofX3D< MODEL, OBS >::GeoVaLsVec_
private

Definition at line 50 of file HofX3D.h.

◆ GetValues_

template<typename MODEL , typename OBS >
typedef GetValues<MODEL, OBS> oops::HofX3D< MODEL, OBS >::GetValues_
private

Definition at line 42 of file HofX3D.h.

◆ Locations_

template<typename MODEL , typename OBS >
typedef Locations<OBS> oops::HofX3D< MODEL, OBS >::Locations_
private

Definition at line 43 of file HofX3D.h.

◆ LocationsVec_

template<typename MODEL , typename OBS >
typedef std::vector<std::unique_ptr<Locations_> > oops::HofX3D< MODEL, OBS >::LocationsVec_
private

Definition at line 51 of file HofX3D.h.

◆ ObsAux_

template<typename MODEL , typename OBS >
typedef ObsAuxControls<OBS> oops::HofX3D< MODEL, OBS >::ObsAux_
private

Definition at line 44 of file HofX3D.h.

◆ Observations_

template<typename MODEL , typename OBS >
typedef Observations<OBS> oops::HofX3D< MODEL, OBS >::Observations_
private

Definition at line 45 of file HofX3D.h.

◆ ObsSpaces_

template<typename MODEL , typename OBS >
typedef ObsSpaces<OBS> oops::HofX3D< MODEL, OBS >::ObsSpaces_
private

Definition at line 46 of file HofX3D.h.

◆ State_

template<typename MODEL , typename OBS >
typedef State<MODEL> oops::HofX3D< MODEL, OBS >::State_
private

Definition at line 47 of file HofX3D.h.

◆ VariablesVec_

template<typename MODEL , typename OBS >
typedef std::vector<Variables> oops::HofX3D< MODEL, OBS >::VariablesVec_
private

Definition at line 52 of file HofX3D.h.

Constructor & Destructor Documentation

◆ HofX3D()

template<typename MODEL , typename OBS >
oops::HofX3D< MODEL, OBS >::HofX3D ( const eckit::mpi::Comm &  comm = oops::mpi::world())
inlineexplicit

Definition at line 57 of file HofX3D.h.

◆ ~HofX3D()

template<typename MODEL , typename OBS >
virtual oops::HofX3D< MODEL, OBS >::~HofX3D ( )
inlinevirtual

Definition at line 62 of file HofX3D.h.

Member Function Documentation

◆ appname()

template<typename MODEL , typename OBS >
std::string oops::HofX3D< MODEL, OBS >::appname ( ) const
inlineprivatevirtual

Implements oops::Application.

Definition at line 132 of file HofX3D.h.

◆ execute()

template<typename MODEL , typename OBS >
int oops::HofX3D< MODEL, OBS >::execute ( const eckit::Configuration &  fullConfig) const
inlinevirtual

Implements oops::Application.

Definition at line 64 of file HofX3D.h.

Here is the call graph for this function:

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