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

#include <Localization.h>

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

Static Public Member Functions

static const Geometry_resol ()
 
static const oops::Variablesctlvars ()
 
static const util::DateTime & time ()
 
static const Localization_localization ()
 

Private Types

typedef oops::Localization< MODEL > Localization_
 
typedef oops::Geometry< MODEL > Geometry_
 

Private Member Functions

 LocalizationFixture ()
 
 ~LocalizationFixture ()
 

Static Private Member Functions

static LocalizationFixture< MODEL > & getInstance ()
 

Private Attributes

boost::scoped_ptr< const Geometry_resol_
 
boost::scoped_ptr< const oops::Variablesctlvars_
 
boost::scoped_ptr< const util::DateTime > time_
 
boost::scoped_ptr< Localization_local_
 

Detailed Description

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

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

Member Typedef Documentation

◆ Geometry_

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

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

◆ Localization_

template<typename MODEL>
typedef oops::Localization<MODEL> test::LocalizationFixture< MODEL >::Localization_
private

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

Constructor & Destructor Documentation

◆ LocalizationFixture()

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

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

Here is the call graph for this function:

◆ ~LocalizationFixture()

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

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

Member Function Documentation

◆ ctlvars()

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

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

Here is the call graph for this function:

◆ getInstance()

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

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

Here is the caller graph for this function:

◆ localization()

template<typename MODEL>
static const Localization_& test::LocalizationFixture< MODEL >::localization ( )
inlinestatic

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

Here is the call graph for this function:

◆ resol()

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

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

Here is the call graph for this function:

◆ time()

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

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

Here is the call graph for this function:

Member Data Documentation

◆ ctlvars_

template<typename MODEL>
boost::scoped_ptr<const oops::Variables> test::LocalizationFixture< MODEL >::ctlvars_
private

Definition at line 74 of file test/interface/Localization.h.

◆ local_

template<typename MODEL>
boost::scoped_ptr<Localization_> test::LocalizationFixture< MODEL >::local_
private

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

◆ resol_

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

Definition at line 73 of file test/interface/Localization.h.

◆ time_

template<typename MODEL>
boost::scoped_ptr<const util::DateTime> test::LocalizationFixture< MODEL >::time_
private

Definition at line 75 of file test/interface/Localization.h.


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