OOPS
test::GeometryFixture< MODEL > Class Template Reference

Fixture used by tests of the Geometry and GeometryIterator interfaces. More...

#include <GeometryFixture.h>

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

Public Types

typedef Geometry_::Parameters_ Parameters_
 

Static Public Member Functions

static const Parameters_getParameters ()
 

Private Types

typedef oops::Geometry< MODEL > Geometry_
 
typedef GeometryTestParameters< MODEL > TestParameters_
 

Private Member Functions

 GeometryFixture ()
 
 ~GeometryFixture ()
 

Static Private Member Functions

static GeometryFixture< MODEL > & getInstance ()
 

Private Attributes

TestParameters_ parameters_
 

Detailed Description

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

Fixture used by tests of the Geometry and GeometryIterator interfaces.

Definition at line 43 of file GeometryFixture.h.

Member Typedef Documentation

◆ Geometry_

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

Definition at line 44 of file GeometryFixture.h.

◆ Parameters_

template<typename MODEL >
typedef Geometry_::Parameters_ test::GeometryFixture< MODEL >::Parameters_

Definition at line 48 of file GeometryFixture.h.

◆ TestParameters_

template<typename MODEL >
typedef GeometryTestParameters<MODEL> test::GeometryFixture< MODEL >::TestParameters_
private

Definition at line 45 of file GeometryFixture.h.

Constructor & Destructor Documentation

◆ GeometryFixture()

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

Definition at line 57 of file GeometryFixture.h.

Here is the call graph for this function:

◆ ~GeometryFixture()

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

Definition at line 61 of file GeometryFixture.h.

Member Function Documentation

◆ getInstance()

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

Definition at line 52 of file GeometryFixture.h.

Here is the caller graph for this function:

◆ getParameters()

template<typename MODEL >
static const Parameters_& test::GeometryFixture< MODEL >::getParameters ( )
inlinestatic

Definition at line 49 of file GeometryFixture.h.

Here is the call graph for this function:

Member Data Documentation

◆ parameters_

template<typename MODEL >
TestParameters_ test::GeometryFixture< MODEL >::parameters_
private

Definition at line 63 of file GeometryFixture.h.


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