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

#include <LinearGetValues.h>

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

Static Public Member Functions

static const DateTime_time ()
 
static const DateTime_timebeg ()
 
static const DateTime_timeend ()
 
static const GeoVaLs_geovals ()
 
static const Geometry_resol ()
 
static const GetValues_getvalues ()
 
static const LinearGetValues_lineargetvalues ()
 
static const LocalConfig_testconf ()
 
static const Locations_locs ()
 
static const State_state ()
 
static const Variables_statevars ()
 
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::LinearGetValues< MODEL, OBS > LinearGetValues_
 
typedef oops::Locations< OBS > Locations_
 
typedef oops::State< MODEL > State_
 
typedef oops::Variables Variables_
 
typedef util::DateTime DateTime_
 

Private Member Functions

 LinearGetValuesFixture ()
 
 ~LinearGetValuesFixture ()
 

Static Private Member Functions

static LinearGetValuesFixture< MODEL, OBS > & getInstance ()
 

Private Attributes

std::unique_ptr< const DateTime_time_
 
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< LinearGetValues_lineargetvalues_
 
std::unique_ptr< const LocalConfig_testconf_
 
std::unique_ptr< const Locations_locs_
 
std::unique_ptr< const State_state_
 
std::unique_ptr< const Variables_statevars_
 
std::unique_ptr< const Variables_geovalvars_
 
std::vector< size_t > geovalvarsizes_
 

Detailed Description

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

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

Member Typedef Documentation

◆ DateTime_

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

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

◆ Geometry_

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

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

◆ GeoVaLs_

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

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

◆ GetValues_

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

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

◆ LinearGetValues_

template<typename MODEL , typename OBS >
typedef oops::LinearGetValues<MODEL, OBS> test::LinearGetValuesFixture< MODEL, OBS >::LinearGetValues_
private

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

◆ LocalConfig_

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

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

◆ Locations_

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

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

◆ State_

template<typename MODEL , typename OBS >
typedef oops::State<MODEL> test::LinearGetValuesFixture< MODEL, OBS >::State_
private

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

◆ Variables_

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

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

Constructor & Destructor Documentation

◆ LinearGetValuesFixture()

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

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

◆ ~LinearGetValuesFixture()

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

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

Member Function Documentation

◆ geovals()

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

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

Here is the call graph for this function:

◆ geovalvars()

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

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

Here is the call graph for this function:

◆ geovalvarsizes()

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

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

Here is the call graph for this function:

◆ getInstance()

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

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

Here is the caller graph for this function:

◆ getvalues()

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

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

Here is the call graph for this function:

◆ lineargetvalues()

template<typename MODEL , typename OBS >
static const LinearGetValues_& test::LinearGetValuesFixture< MODEL, OBS >::lineargetvalues ( )
inlinestatic

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

Here is the call graph for this function:

◆ locs()

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

Definition at line 66 of file test/interface/LinearGetValues.h.

Here is the call graph for this function:

◆ reset()

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

Definition at line 72 of file test/interface/LinearGetValues.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::LinearGetValuesFixture< MODEL, OBS >::resol ( )
inlinestatic

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

Here is the call graph for this function:

◆ state()

template<typename MODEL , typename OBS >
static const State_& test::LinearGetValuesFixture< MODEL, OBS >::state ( )
inlinestatic

Definition at line 67 of file test/interface/LinearGetValues.h.

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

◆ statevars()

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

Definition at line 68 of file test/interface/LinearGetValues.h.

Here is the call graph for this function:

◆ testconf()

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

Definition at line 65 of file test/interface/LinearGetValues.h.

Here is the call graph for this function:

◆ time()

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

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

Here is the call graph for this function:

◆ timebeg()

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

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

Here is the call graph for this function:

◆ timeend()

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

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

Here is the call graph for this function:

Member Data Documentation

◆ geovals_

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

Definition at line 147 of file test/interface/LinearGetValues.h.

◆ geovalvars_

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

Definition at line 155 of file test/interface/LinearGetValues.h.

◆ geovalvarsizes_

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

Definition at line 156 of file test/interface/LinearGetValues.h.

◆ getvalues_

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

Definition at line 149 of file test/interface/LinearGetValues.h.

◆ lineargetvalues_

template<typename MODEL , typename OBS >
std::unique_ptr<LinearGetValues_> test::LinearGetValuesFixture< MODEL, OBS >::lineargetvalues_
private

Definition at line 150 of file test/interface/LinearGetValues.h.

◆ locs_

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

Definition at line 152 of file test/interface/LinearGetValues.h.

◆ resol_

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

Definition at line 148 of file test/interface/LinearGetValues.h.

◆ state_

template<typename MODEL , typename OBS >
std::unique_ptr<const State_> test::LinearGetValuesFixture< MODEL, OBS >::state_
private

Definition at line 153 of file test/interface/LinearGetValues.h.

◆ statevars_

template<typename MODEL , typename OBS >
std::unique_ptr<const Variables_> test::LinearGetValuesFixture< MODEL, OBS >::statevars_
private

Definition at line 154 of file test/interface/LinearGetValues.h.

◆ testconf_

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

Definition at line 151 of file test/interface/LinearGetValues.h.

◆ time_

template<typename MODEL , typename OBS >
std::unique_ptr<const DateTime_> test::LinearGetValuesFixture< MODEL, OBS >::time_
private

Definition at line 144 of file test/interface/LinearGetValues.h.

◆ timebeg_

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

Definition at line 145 of file test/interface/LinearGetValues.h.

◆ timeend_

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

Definition at line 146 of file test/interface/LinearGetValues.h.


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