OOPS
oops::ObsLocalizations< MODEL, OBS > Class Template Reference

Container for ObsLocalizations for all observation types that are used in DA. More...

#include <ObsLocalizations.h>

Inheritance diagram for oops::ObsLocalizations< MODEL, OBS >:
Collaboration diagram for oops::ObsLocalizations< MODEL, OBS >:

Public Member Functions

 ObsLocalizations (const eckit::Configuration &, const ObsSpaces_ &)
 
void computeLocalization (const GeometryIterator_ &point, Observations_ &obsvectors) const
 

Static Public Member Functions

static const std::string classname ()
 

Private Types

typedef GeometryIterator< MODEL > GeometryIterator_
 
typedef Departures< OBS > Observations_
 
typedef ObsLocalizationBase< MODEL, OBS > ObsLocalization_
 
typedef ObsSpaces< OBS > ObsSpaces_
 

Private Member Functions

void print (std::ostream &) const
 

Private Attributes

std::vector< std::unique_ptr< ObsLocalization_ > > local_
 

Detailed Description

template<typename MODEL, typename OBS>
class oops::ObsLocalizations< MODEL, OBS >

Container for ObsLocalizations for all observation types that are used in DA.

Definition at line 28 of file ObsLocalizations.h.

Member Typedef Documentation

◆ GeometryIterator_

template<typename MODEL , typename OBS >
typedef GeometryIterator<MODEL> oops::ObsLocalizations< MODEL, OBS >::GeometryIterator_
private

Definition at line 30 of file ObsLocalizations.h.

◆ Observations_

template<typename MODEL , typename OBS >
typedef Departures<OBS> oops::ObsLocalizations< MODEL, OBS >::Observations_
private

Definition at line 31 of file ObsLocalizations.h.

◆ ObsLocalization_

template<typename MODEL , typename OBS >
typedef ObsLocalizationBase<MODEL, OBS> oops::ObsLocalizations< MODEL, OBS >::ObsLocalization_
private

Definition at line 32 of file ObsLocalizations.h.

◆ ObsSpaces_

template<typename MODEL , typename OBS >
typedef ObsSpaces<OBS> oops::ObsLocalizations< MODEL, OBS >::ObsSpaces_
private

Definition at line 33 of file ObsLocalizations.h.

Constructor & Destructor Documentation

◆ ObsLocalizations()

template<typename MODEL , typename OBS >
oops::ObsLocalizations< MODEL, OBS >::ObsLocalizations ( const eckit::Configuration &  config,
const ObsSpaces_ obspaces 
)

Definition at line 51 of file ObsLocalizations.h.

Member Function Documentation

◆ classname()

template<typename MODEL , typename OBS >
static const std::string oops::ObsLocalizations< MODEL, OBS >::classname ( )
inlinestatic

Definition at line 36 of file ObsLocalizations.h.

◆ computeLocalization()

template<typename MODEL , typename OBS >
void oops::ObsLocalizations< MODEL, OBS >::computeLocalization ( const GeometryIterator_ point,
Observations_ obsvectors 
) const

Definition at line 63 of file ObsLocalizations.h.

◆ print()

template<typename MODEL , typename OBS >
void oops::ObsLocalizations< MODEL, OBS >::print ( std::ostream &  os) const
private

Definition at line 73 of file ObsLocalizations.h.

Member Data Documentation

◆ local_

template<typename MODEL , typename OBS >
std::vector<std::unique_ptr<ObsLocalization_> > oops::ObsLocalizations< MODEL, OBS >::local_
private

Definition at line 45 of file ObsLocalizations.h.


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