FV3 Bundle
test::ModelAuxIncrementFixture< MODEL > Class Template Reference

#include <ModelAuxIncrement.h>

Inheritance diagram for test::ModelAuxIncrementFixture< MODEL >:
[legend]
Collaboration diagram for test::ModelAuxIncrementFixture< MODEL >:
[legend]

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

boost::scoped_ptr< const eckit::LocalConfiguration > conf_
 
boost::scoped_ptr< const Geometry_resol_
 
boost::scoped_ptr< const Covariance_covar_
 

Detailed Description

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

Definition at line 41 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 45 of file test/interface/ModelAuxIncrement.h.

◆ Covariance_

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

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

◆ Geometry_

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

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

◆ ModelAux_

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

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

Constructor & Destructor Documentation

◆ ModelAuxIncrementFixture()

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

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

Here is the call graph for this function:

◆ ~ModelAuxIncrementFixture()

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

Definition at line 68 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 48 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 49 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 53 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 50 of file test/interface/ModelAuxIncrement.h.

Here is the call graph for this function:

Member Data Documentation

◆ conf_

template<typename MODEL>
boost::scoped_ptr<const eckit::LocalConfiguration> test::ModelAuxIncrementFixture< MODEL >::conf_
private

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

◆ covar_

template<typename MODEL>
boost::scoped_ptr<const Covariance_> test::ModelAuxIncrementFixture< MODEL >::covar_
private

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

◆ resol_

template<typename MODEL>
boost::scoped_ptr<const Geometry_> test::ModelAuxIncrementFixture< MODEL >::resol_
private

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


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