OOPS
test::ModelAuxIncrementFixture< MODEL > Class Template Reference

#include <ModelAuxIncrement.h>

Inheritance diagram for test::ModelAuxIncrementFixture< MODEL >:
Collaboration diagram for test::ModelAuxIncrementFixture< MODEL >:

Static Public Member Functions

static const eckit::Configuration & config ()
 
static const Covariance_covariance ()
 
static const Geometry_resol ()
 

Private Types

typedef oops::Geometry< MODEL > Geometry_
 
typedef oops::ModelAuxCovariance< MODEL > Covariance_
 
typedef oops::ModelAuxControl< MODEL > ModelAux_
 
typedef oops::ModelAuxIncrement< MODEL > AuxIncr_
 

Private Member Functions

 ModelAuxIncrementFixture ()
 
 ~ModelAuxIncrementFixture ()
 

Static Private Member Functions

static ModelAuxIncrementFixture< MODEL > & getInstance ()
 

Private Attributes

std::unique_ptr< const eckit::LocalConfiguration > conf_
 
std::unique_ptr< const Geometry_resol_
 
std::unique_ptr< const Covariance_covar_
 

Detailed Description

template<typename MODEL>
class test::ModelAuxIncrementFixture< MODEL >

Definition at line 40 of file test/interface/ModelAuxIncrement.h.

Member Typedef Documentation

◆ AuxIncr_

template<typename MODEL >
typedef oops::ModelAuxIncrement<MODEL> test::ModelAuxIncrementFixture< MODEL >::AuxIncr_
private

Definition at line 44 of file test/interface/ModelAuxIncrement.h.

◆ Covariance_

template<typename MODEL >
typedef oops::ModelAuxCovariance<MODEL> test::ModelAuxIncrementFixture< MODEL >::Covariance_
private

Definition at line 42 of file test/interface/ModelAuxIncrement.h.

◆ Geometry_

template<typename MODEL >
typedef oops::Geometry<MODEL> test::ModelAuxIncrementFixture< MODEL >::Geometry_
private

Definition at line 41 of file test/interface/ModelAuxIncrement.h.

◆ ModelAux_

template<typename MODEL >
typedef oops::ModelAuxControl<MODEL> test::ModelAuxIncrementFixture< MODEL >::ModelAux_
private

Definition at line 43 of file test/interface/ModelAuxIncrement.h.

Constructor & Destructor Documentation

◆ ModelAuxIncrementFixture()

template<typename MODEL >
test::ModelAuxIncrementFixture< MODEL >::ModelAuxIncrementFixture ( )
inlineprivate

Definition at line 52 of file test/interface/ModelAuxIncrement.h.

◆ ~ModelAuxIncrementFixture()

template<typename MODEL >
test::ModelAuxIncrementFixture< MODEL >::~ModelAuxIncrementFixture ( )
inlineprivate

Definition at line 52 of file test/interface/ModelAuxIncrement.h.

Member Function Documentation

◆ config()

template<typename MODEL >
static const eckit::Configuration& test::ModelAuxIncrementFixture< MODEL >::config ( )
inlinestatic

Definition at line 47 of file test/interface/ModelAuxIncrement.h.

Here is the call graph for this function:

◆ covariance()

template<typename MODEL >
static const Covariance_& test::ModelAuxIncrementFixture< MODEL >::covariance ( )
inlinestatic

Definition at line 48 of file test/interface/ModelAuxIncrement.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ getInstance()

template<typename MODEL >
static ModelAuxIncrementFixture<MODEL>& test::ModelAuxIncrementFixture< MODEL >::getInstance ( )
inlinestaticprivate

Definition at line 52 of file test/interface/ModelAuxIncrement.h.

Here is the caller graph for this function:

◆ resol()

template<typename MODEL >
static const Geometry_& test::ModelAuxIncrementFixture< MODEL >::resol ( )
inlinestatic

Definition at line 49 of file test/interface/ModelAuxIncrement.h.

Here is the call graph for this function:

Member Data Documentation

◆ conf_

template<typename MODEL >
std::unique_ptr<const eckit::LocalConfiguration> test::ModelAuxIncrementFixture< MODEL >::conf_
private

Definition at line 69 of file test/interface/ModelAuxIncrement.h.

◆ covar_

template<typename MODEL >
std::unique_ptr<const Covariance_> test::ModelAuxIncrementFixture< MODEL >::covar_
private

Definition at line 71 of file test/interface/ModelAuxIncrement.h.

◆ resol_

template<typename MODEL >
std::unique_ptr<const Geometry_> test::ModelAuxIncrementFixture< MODEL >::resol_
private

Definition at line 70 of file test/interface/ModelAuxIncrement.h.


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