OOPS
oops::ConvertState< MODEL > Class Template Reference

#include <ConvertState.h>

Inheritance diagram for oops::ConvertState< MODEL >:
Collaboration diagram for oops::ConvertState< MODEL >:

Public Member Functions

 ConvertState (const eckit::mpi::Comm &comm=oops::mpi::world())
 
virtual ~ConvertState ()
 
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 Geometry< MODEL > Geometry_
 
typedef State< MODEL > State_
 
typedef VariableChange< MODEL > VariableChange_
 

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>
class oops::ConvertState< MODEL >

Definition at line 28 of file ConvertState.h.

Member Typedef Documentation

◆ Geometry_

template<typename MODEL >
typedef Geometry<MODEL> oops::ConvertState< MODEL >::Geometry_
private

Definition at line 29 of file ConvertState.h.

◆ State_

template<typename MODEL >
typedef State<MODEL> oops::ConvertState< MODEL >::State_
private

Definition at line 30 of file ConvertState.h.

◆ VariableChange_

template<typename MODEL >
typedef VariableChange<MODEL> oops::ConvertState< MODEL >::VariableChange_
private

Definition at line 31 of file ConvertState.h.

Constructor & Destructor Documentation

◆ ConvertState()

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

Definition at line 35 of file ConvertState.h.

◆ ~ConvertState()

template<typename MODEL >
virtual oops::ConvertState< MODEL >::~ConvertState ( )
inlinevirtual

Definition at line 39 of file ConvertState.h.

Member Function Documentation

◆ appname()

template<typename MODEL >
std::string oops::ConvertState< MODEL >::appname ( ) const
inlineprivatevirtual

Implements oops::Application.

Definition at line 101 of file ConvertState.h.

◆ execute()

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

Implements oops::Application.

Definition at line 41 of file ConvertState.h.

Here is the call graph for this function:

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