IODA
|
ObsDataVector<DATATYPE> handles vectors of data of type DATATYPE in observation space. More...
#include <ObsDataVector.h>
Public Member Functions | |
ObsDataVector (ObsSpace &, const oops::Variables &, const std::string &grp="", const bool fail=true) | |
ObsDataVector (ObsSpace &, const std::string &, const std::string &grp="", const bool fail=true) | |
ObsDataVector (ObsVector &) | |
ObsDataVector (const ObsDataVector &) | |
~ObsDataVector () | |
ObsDataVector & | operator= (const ObsDataVector &) |
void | zero () |
void | mask (const ObsDataVector< int > &) |
void | read (const std::string &, const bool fail=true) |
void | save (const std::string &) const |
const ObsSpace & | space () const |
size_t | nvars () const |
size_t | nlocs () const |
bool | has (const std::string &vargrp) const |
const ObsDataRow< DATATYPE > & | operator[] (const size_t ii) const |
ObsDataRow< DATATYPE > & | operator[] (const size_t ii) |
const ObsDataRow< DATATYPE > & | operator[] (const std::string var) const |
ObsDataRow< DATATYPE > & | operator[] (const std::string var) |
const std::string & | obstype () const |
const oops::Variables & | varnames () const |
Static Public Member Functions | |
static const std::string | classname () |
Private Member Functions | |
void | print (std::ostream &) const |
void | print (std::ostream &os) const |
void | print (std::ostream &os) const |
void | print (std::ostream &os) const |
Private Attributes | |
ObsSpace & | obsdb_ |
oops::Variables | obsvars_ |
size_t | nvars_ |
size_t | nlocs_ |
std::vector< ObsDataRow< DATATYPE > > | rows_ |
const DATATYPE | missing_ |
ObsDataVector<DATATYPE> handles vectors of data of type DATATYPE in observation space.
Definition at line 43 of file src/ObsDataVector.h.
ioda::ObsDataVector< DATATYPE >::ObsDataVector | ( | ObsSpace & | obsdb, |
const oops::Variables & | vars, | ||
const std::string & | grp = "" , |
||
const bool | fail = true |
||
) |
ioda::ObsDataVector< DATATYPE >::ObsDataVector | ( | ObsSpace & | obsdb, |
const std::string & | var, | ||
const std::string & | grp = "" , |
||
const bool | fail = true |
||
) |
|
explicit |
Definition at line 121 of file src/ObsDataVector.h.
ioda::ObsDataVector< DATATYPE >::ObsDataVector | ( | const ObsDataVector< DATATYPE > & | other | ) |
Definition at line 145 of file src/ObsDataVector.h.
ioda::ObsDataVector< DATATYPE >::~ObsDataVector |
Definition at line 152 of file src/ObsDataVector.h.
|
inlinestatic |
Definition at line 46 of file src/ObsDataVector.h.
|
inline |
Definition at line 68 of file src/ObsDataVector.h.
void ioda::ObsDataVector< DATATYPE >::mask | ( | const ObsDataVector< int > & | flags | ) |
|
inline |
|
inline |
|
inline |
Definition at line 77 of file src/ObsDataVector.h.
ObsDataVector< DATATYPE > & ioda::ObsDataVector< DATATYPE >::operator= | ( | const ObsDataVector< DATATYPE > & | rhs | ) |
Definition at line 155 of file src/ObsDataVector.h.
|
inline |
Definition at line 71 of file src/ObsDataVector.h.
|
inline |
Definition at line 70 of file src/ObsDataVector.h.
|
inline |
Definition at line 75 of file src/ObsDataVector.h.
|
inline |
Definition at line 73 of file src/ObsDataVector.h.
|
private |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
void ioda::ObsDataVector< DATATYPE >::read | ( | const std::string & | name, |
const bool | fail = true |
||
) |
void ioda::ObsDataVector< DATATYPE >::save | ( | const std::string & | name | ) | const |
Definition at line 208 of file src/ObsDataVector.h.
|
inline |
|
inline |
void ioda::ObsDataVector< DATATYPE >::zero |
Definition at line 167 of file src/ObsDataVector.h.
|
private |
Definition at line 88 of file src/ObsDataVector.h.
|
private |
Definition at line 86 of file src/ObsDataVector.h.
|
private |
Definition at line 85 of file src/ObsDataVector.h.
|
private |
Definition at line 83 of file src/ObsDataVector.h.
|
private |
Definition at line 84 of file src/ObsDataVector.h.
|
private |
Definition at line 87 of file src/ObsDataVector.h.