OOPS
oops::Locations< OBS > Class Template Reference

Locations of observations for observation operator. More...

#include <Locations.h>

Inheritance diagram for oops::Locations< OBS >:
Collaboration diagram for oops::Locations< OBS >:

Public Member Functions

 Locations (std::unique_ptr< Locations_ >)
 Constructor from the pointer returned by ObsOperator::locations() More...
 
 Locations (const eckit::Configuration &, const eckit::mpi::Comm &)
 Constructor used in tests. More...
 
 ~Locations ()
 Destructor and copy/move constructor and assignments. More...
 
 Locations (const Locations &)=delete
 
 Locations (Locations &&)
 
Locationsoperator= (const Locations &)=delete
 
Locationsoperator= (Locations &&)
 
const Locations_locations () const
 Interfacing. More...
 

Static Public Member Functions

static const std::string classname ()
 

Private Types

typedef OBS::Locations Locations_
 

Private Member Functions

void print (std::ostream &) const
 

Private Attributes

std::unique_ptr< const Locations_locs_
 

Detailed Description

template<typename OBS>
class oops::Locations< OBS >

Locations of observations for observation operator.

Definition at line 35 of file oops/interface/Locations.h.

Member Typedef Documentation

◆ Locations_

template<typename OBS >
typedef OBS::Locations oops::Locations< OBS >::Locations_
private

Definition at line 37 of file oops/interface/Locations.h.

Constructor & Destructor Documentation

◆ Locations() [1/4]

template<typename OBS >
oops::Locations< OBS >::Locations ( std::unique_ptr< Locations_ locs)
explicit

Constructor from the pointer returned by ObsOperator::locations()

Definition at line 64 of file oops/interface/Locations.h.

◆ Locations() [2/4]

template<typename OBS >
oops::Locations< OBS >::Locations ( const eckit::Configuration &  conf,
const eckit::mpi::Comm &  comm 
)

Constructor used in tests.

Definition at line 71 of file oops/interface/Locations.h.

◆ ~Locations()

template<typename OBS >
oops::Locations< OBS >::~Locations

Destructor and copy/move constructor and assignments.

Definition at line 81 of file oops/interface/Locations.h.

◆ Locations() [3/4]

template<typename OBS >
oops::Locations< OBS >::Locations ( const Locations< OBS > &  )
delete

◆ Locations() [4/4]

template<typename OBS >
oops::Locations< OBS >::Locations ( Locations< OBS > &&  other)

Definition at line 91 of file oops/interface/Locations.h.

Here is the call graph for this function:

Member Function Documentation

◆ classname()

template<typename OBS >
static const std::string oops::Locations< OBS >::classname ( )
inlinestatic

Definition at line 39 of file oops/interface/Locations.h.

Here is the caller graph for this function:

◆ locations()

template<typename OBS >
const Locations_& oops::Locations< OBS >::locations ( ) const
inline

Interfacing.

Definition at line 54 of file oops/interface/Locations.h.

Here is the caller graph for this function:

◆ operator=() [1/2]

template<typename OBS >
Locations& oops::Locations< OBS >::operator= ( const Locations< OBS > &  )
delete

◆ operator=() [2/2]

template<typename OBS >
Locations< OBS > & oops::Locations< OBS >::operator= ( Locations< OBS > &&  other)

Definition at line 99 of file oops/interface/Locations.h.

◆ print()

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

Definition at line 110 of file oops/interface/Locations.h.

Member Data Documentation

◆ locs_

template<typename OBS >
std::unique_ptr<const Locations_> oops::Locations< OBS >::locs_
private

Definition at line 58 of file oops/interface/Locations.h.


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