OOPS
test::GetValuesFixture< MODEL, OBS > Class Template Reference

#include <GetValues.h>

Inheritance diagram for test::GetValuesFixture< MODEL, OBS >:
Collaboration diagram for test::GetValuesFixture< MODEL, OBS >:

Static Public Member Functions

static const DateTime_timebeg ()
 
static const DateTime_timeend ()
 
static const GeoVaLs_geovals ()
 
static const Geometry_resol ()
 
static const GetValues_getvalues ()
 
static const LocalConfig_testconf ()
 
static const Locations_locs ()
 
static const Variables_geovalvars ()
 
static const std::vector< size_t > & geovalvarsizes ()
 
static void reset ()
 

Private Types

typedef eckit::LocalConfiguration LocalConfig_
 
typedef oops::GeoVaLs< OBS > GeoVaLs_
 
typedef oops::Geometry< MODEL > Geometry_
 
typedef oops::GetValues< MODEL, OBS > GetValues_
 
typedef oops::Locations< OBS > Locations_
 
typedef oops::Variables Variables_
 
typedef util::DateTime DateTime_
 

Private Member Functions

 GetValuesFixture ()
 
 ~GetValuesFixture ()
 

Static Private Member Functions

static GetValuesFixture< MODEL, OBS > & getInstance ()
 

Private Attributes

std::unique_ptr< const DateTime_timebeg_
 
std::unique_ptr< const DateTime_timeend_
 
std::unique_ptr< const GeoVaLs_geovals_
 
std::unique_ptr< const Geometry_resol_
 
std::unique_ptr< const GetValues_getvalues_
 
std::unique_ptr< const LocalConfig_testconf_
 
std::unique_ptr< const Locations_locs_
 
std::unique_ptr< const Variables_geovalvars_
 
std::vector< size_t > geovalvarsizes_
 

Detailed Description

template<typename MODEL, typename OBS>
class test::GetValuesFixture< MODEL, OBS >

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

Member Typedef Documentation

◆ DateTime_

template<typename MODEL , typename OBS >
typedef util::DateTime test::GetValuesFixture< MODEL, OBS >::DateTime_
private

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

◆ Geometry_

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

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

◆ GeoVaLs_

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

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

◆ GetValues_

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

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

◆ LocalConfig_

template<typename MODEL , typename OBS >
typedef eckit::LocalConfiguration test::GetValuesFixture< MODEL, OBS >::LocalConfig_
private

Definition at line 46 of file test/interface/GetValues.h.

◆ Locations_

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

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

◆ Variables_

template<typename MODEL , typename OBS >
typedef oops::Variables test::GetValuesFixture< MODEL, OBS >::Variables_
private

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

Constructor & Destructor Documentation

◆ GetValuesFixture()

template<typename MODEL , typename OBS >
test::GetValuesFixture< MODEL, OBS >::GetValuesFixture ( )
inlineprivate

Definition at line 76 of file test/interface/GetValues.h.

◆ ~GetValuesFixture()

template<typename MODEL , typename OBS >
test::GetValuesFixture< MODEL, OBS >::~GetValuesFixture ( )
inlineprivate

Definition at line 76 of file test/interface/GetValues.h.

Member Function Documentation

◆ geovals()

template<typename MODEL , typename OBS >
static const GeoVaLs_& test::GetValuesFixture< MODEL, OBS >::geovals ( )
inlinestatic

Definition at line 57 of file test/interface/GetValues.h.

Here is the call graph for this function:

◆ geovalvars()

template<typename MODEL , typename OBS >
static const Variables_& test::GetValuesFixture< MODEL, OBS >::geovalvars ( )
inlinestatic

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

Here is the call graph for this function:

◆ geovalvarsizes()

template<typename MODEL , typename OBS >
static const std::vector<size_t>& test::GetValuesFixture< MODEL, OBS >::geovalvarsizes ( )
inlinestatic

Definition at line 63 of file test/interface/GetValues.h.

Here is the call graph for this function:

◆ getInstance()

template<typename MODEL , typename OBS >
static GetValuesFixture<MODEL, OBS>& test::GetValuesFixture< MODEL, OBS >::getInstance ( )
inlinestaticprivate

Definition at line 76 of file test/interface/GetValues.h.

Here is the caller graph for this function:

◆ getvalues()

template<typename MODEL , typename OBS >
static const GetValues_& test::GetValuesFixture< MODEL, OBS >::getvalues ( )
inlinestatic

Definition at line 59 of file test/interface/GetValues.h.

Here is the call graph for this function:

◆ locs()

template<typename MODEL , typename OBS >
static const Locations_& test::GetValuesFixture< MODEL, OBS >::locs ( )
inlinestatic

Definition at line 61 of file test/interface/GetValues.h.

Here is the call graph for this function:

◆ reset()

template<typename MODEL , typename OBS >
static void test::GetValuesFixture< MODEL, OBS >::reset ( )
inlinestatic

Definition at line 64 of file test/interface/GetValues.h.

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

◆ resol()

template<typename MODEL , typename OBS >
static const Geometry_& test::GetValuesFixture< MODEL, OBS >::resol ( )
inlinestatic

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

Here is the call graph for this function:

◆ testconf()

template<typename MODEL , typename OBS >
static const LocalConfig_& test::GetValuesFixture< MODEL, OBS >::testconf ( )
inlinestatic

Definition at line 60 of file test/interface/GetValues.h.

Here is the call graph for this function:

◆ timebeg()

template<typename MODEL , typename OBS >
static const DateTime_& test::GetValuesFixture< MODEL, OBS >::timebeg ( )
inlinestatic

Definition at line 55 of file test/interface/GetValues.h.

Here is the call graph for this function:

◆ timeend()

template<typename MODEL , typename OBS >
static const DateTime_& test::GetValuesFixture< MODEL, OBS >::timeend ( )
inlinestatic

Definition at line 56 of file test/interface/GetValues.h.

Here is the call graph for this function:

Member Data Documentation

◆ geovals_

template<typename MODEL , typename OBS >
std::unique_ptr<const GeoVaLs_> test::GetValuesFixture< MODEL, OBS >::geovals_
private

Definition at line 113 of file test/interface/GetValues.h.

◆ geovalvars_

template<typename MODEL , typename OBS >
std::unique_ptr<const Variables_> test::GetValuesFixture< MODEL, OBS >::geovalvars_
private

Definition at line 118 of file test/interface/GetValues.h.

◆ geovalvarsizes_

template<typename MODEL , typename OBS >
std::vector<size_t> test::GetValuesFixture< MODEL, OBS >::geovalvarsizes_
private

Definition at line 119 of file test/interface/GetValues.h.

◆ getvalues_

template<typename MODEL , typename OBS >
std::unique_ptr<const GetValues_> test::GetValuesFixture< MODEL, OBS >::getvalues_
private

Definition at line 115 of file test/interface/GetValues.h.

◆ locs_

template<typename MODEL , typename OBS >
std::unique_ptr<const Locations_> test::GetValuesFixture< MODEL, OBS >::locs_
private

Definition at line 117 of file test/interface/GetValues.h.

◆ resol_

template<typename MODEL , typename OBS >
std::unique_ptr<const Geometry_> test::GetValuesFixture< MODEL, OBS >::resol_
private

Definition at line 114 of file test/interface/GetValues.h.

◆ testconf_

template<typename MODEL , typename OBS >
std::unique_ptr<const LocalConfig_> test::GetValuesFixture< MODEL, OBS >::testconf_
private

Definition at line 116 of file test/interface/GetValues.h.

◆ timebeg_

template<typename MODEL , typename OBS >
std::unique_ptr<const DateTime_> test::GetValuesFixture< MODEL, OBS >::timebeg_
private

Definition at line 111 of file test/interface/GetValues.h.

◆ timeend_

template<typename MODEL , typename OBS >
std::unique_ptr<const DateTime_> test::GetValuesFixture< MODEL, OBS >::timeend_
private

Definition at line 112 of file test/interface/GetValues.h.


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