OOPS
test::IncrementFixture< MODEL > Class Template Reference

#include <Increment.h>

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

Static Public Member Functions

static const Geometry_resol ()
 
static const oops::Variablesctlvars ()
 
static const util::DateTime & time ()
 
static const double & tolerance ()
 
static const int & skipAtlas ()
 
static const eckit::Configuration & test ()
 
static void reset ()
 

Private Types

typedef oops::Geometry< MODEL > Geometry_
 

Private Member Functions

 IncrementFixture ()
 
 ~IncrementFixture ()
 

Static Private Member Functions

static IncrementFixture< MODEL > & getInstance ()
 

Private Attributes

std::unique_ptr< Geometry_resol_
 
std::unique_ptr< oops::Variablesctlvars_
 
std::unique_ptr< const eckit::LocalConfiguration > test_
 
double tolerance_
 
int skipAtlas_
 
std::unique_ptr< util::DateTime > time_
 
std::unique_ptr< bool > skipAccumTest_
 
std::unique_ptr< bool > skipDiffTest_
 

Detailed Description

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

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

Member Typedef Documentation

◆ Geometry_

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

Definition at line 45 of file test/interface/Increment.h.

Constructor & Destructor Documentation

◆ IncrementFixture()

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

Definition at line 62 of file test/interface/Increment.h.

◆ ~IncrementFixture()

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

Definition at line 62 of file test/interface/Increment.h.

Member Function Documentation

◆ ctlvars()

template<typename MODEL >
static const oops::Variables& test::IncrementFixture< MODEL >::ctlvars ( )
inlinestatic

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

Here is the call graph for this function:

◆ getInstance()

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

Definition at line 62 of file test/interface/Increment.h.

Here is the caller graph for this function:

◆ reset()

template<typename MODEL >
static void test::IncrementFixture< MODEL >::reset ( )
inlinestatic

Definition at line 54 of file test/interface/Increment.h.

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

◆ resol()

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

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

Here is the call graph for this function:

◆ skipAtlas()

template<typename MODEL >
static const int& test::IncrementFixture< MODEL >::skipAtlas ( )
inlinestatic

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

Here is the call graph for this function:

◆ test()

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

Definition at line 53 of file test/interface/Increment.h.

Here is the call graph for this function:

◆ time()

template<typename MODEL >
static const util::DateTime& test::IncrementFixture< MODEL >::time ( )
inlinestatic

Definition at line 50 of file test/interface/Increment.h.

Here is the call graph for this function:

◆ tolerance()

template<typename MODEL >
static const double& test::IncrementFixture< MODEL >::tolerance ( )
inlinestatic

Definition at line 51 of file test/interface/Increment.h.

Here is the call graph for this function:

Member Data Documentation

◆ ctlvars_

template<typename MODEL >
std::unique_ptr<oops::Variables> test::IncrementFixture< MODEL >::ctlvars_
private

Definition at line 89 of file test/interface/Increment.h.

◆ resol_

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

Definition at line 88 of file test/interface/Increment.h.

◆ skipAccumTest_

template<typename MODEL >
std::unique_ptr<bool> test::IncrementFixture< MODEL >::skipAccumTest_
private

Definition at line 94 of file test/interface/Increment.h.

◆ skipAtlas_

template<typename MODEL >
int test::IncrementFixture< MODEL >::skipAtlas_
private

Definition at line 92 of file test/interface/Increment.h.

◆ skipDiffTest_

template<typename MODEL >
std::unique_ptr<bool> test::IncrementFixture< MODEL >::skipDiffTest_
private

Definition at line 95 of file test/interface/Increment.h.

◆ test_

template<typename MODEL >
std::unique_ptr<const eckit::LocalConfiguration> test::IncrementFixture< MODEL >::test_
private

Definition at line 90 of file test/interface/Increment.h.

◆ time_

template<typename MODEL >
std::unique_ptr<util::DateTime> test::IncrementFixture< MODEL >::time_
private

Definition at line 93 of file test/interface/Increment.h.

◆ tolerance_

template<typename MODEL >
double test::IncrementFixture< MODEL >::tolerance_
private

Definition at line 91 of file test/interface/Increment.h.


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