OOPS
|
Data in observation space. More...
#include <ObsData1D.h>
Public Member Functions | |
ObsData1D (const ObsTable &, const oops::Variables &, const std::string &) | |
ObsData1D (const ObsData1D &) | |
ObsData1D (const ObsVec1D &) | |
~ObsData1D () | |
ObsData1D & | operator= (const ObsData1D &) |
void | zero () |
void | mask (const ObsData1D< int > &) |
size_t | nobs () const |
DATATYPE & | operator[] (const size_t ii) |
const DATATYPE & | operator[] (const size_t ii) const |
void | read (const std::string &) |
void | save (const std::string &) const |
Static Public Member Functions | |
static const std::string | classname () |
Private Member Functions | |
void | print (std::ostream &) const |
Private Attributes | |
const ObsTable & | obsdb_ |
std::vector< DATATYPE > | data_ |
Data in observation space.
Definition at line 34 of file ObsData1D.h.
lorenz95::ObsData1D< DATATYPE >::ObsData1D | ( | const ObsTable & | ot, |
const oops::Variables & | , | ||
const std::string & | name | ||
) |
lorenz95::ObsData1D< DATATYPE >::ObsData1D | ( | const ObsData1D< DATATYPE > & | other | ) |
Definition at line 76 of file ObsData1D.h.
|
explicit |
Definition at line 81 of file ObsData1D.h.
|
inline |
Definition at line 42 of file ObsData1D.h.
|
inlinestatic |
Definition at line 37 of file ObsData1D.h.
void lorenz95::ObsData1D< DATATYPE >::mask | ( | const ObsData1D< int > & | mask | ) |
Definition at line 109 of file ObsData1D.h.
|
inline |
Definition at line 49 of file ObsData1D.h.
ObsData1D< DATATYPE > & lorenz95::ObsData1D< DATATYPE >::operator= | ( | const ObsData1D< DATATYPE > & | rhs | ) |
Definition at line 95 of file ObsData1D.h.
|
inline |
Definition at line 50 of file ObsData1D.h.
|
inline |
Definition at line 51 of file ObsData1D.h.
|
private |
Definition at line 127 of file ObsData1D.h.
void lorenz95::ObsData1D< DATATYPE >::read | ( | const std::string & | name | ) |
Definition at line 117 of file ObsData1D.h.
void lorenz95::ObsData1D< DATATYPE >::save | ( | const std::string & | name | ) | const |
Definition at line 122 of file ObsData1D.h.
void lorenz95::ObsData1D< DATATYPE >::zero |
|
private |
Definition at line 61 of file ObsData1D.h.
|
private |
Definition at line 60 of file ObsData1D.h.