OOPS
|
Locations of observations for observation operator. More...
#include <Locations.h>
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 &&) | |
Locations & | operator= (const Locations &)=delete |
Locations & | operator= (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_ |
Locations of observations for observation operator.
Definition at line 35 of file oops/interface/Locations.h.
|
private |
Definition at line 37 of file oops/interface/Locations.h.
|
explicit |
Constructor from the pointer returned by ObsOperator::locations()
Definition at line 64 of file oops/interface/Locations.h.
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.
oops::Locations< OBS >::~Locations |
Destructor and copy/move constructor and assignments.
Definition at line 81 of file oops/interface/Locations.h.
|
delete |
oops::Locations< OBS >::Locations | ( | Locations< OBS > && | other | ) |
|
inlinestatic |
Definition at line 39 of file oops/interface/Locations.h.
|
inline |
Interfacing.
Definition at line 54 of file oops/interface/Locations.h.
|
delete |
Locations< OBS > & oops::Locations< OBS >::operator= | ( | Locations< OBS > && | other | ) |
Definition at line 99 of file oops/interface/Locations.h.
|
private |
Definition at line 110 of file oops/interface/Locations.h.
|
private |
Definition at line 58 of file oops/interface/Locations.h.