IODA
ioda::ObsDataVector< DATATYPE > Class Template Reference

ObsDataVector<DATATYPE> handles vectors of data of type DATATYPE in observation space. More...

#include <ObsDataVector.h>

Inheritance diagram for ioda::ObsDataVector< DATATYPE >:
Collaboration diagram for ioda::ObsDataVector< DATATYPE >:

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 ()
 
ObsDataVectoroperator= (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 ObsSpacespace () 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

ObsSpaceobsdb_
 
oops::Variables obsvars_
 
size_t nvars_
 
size_t nlocs_
 
std::vector< ObsDataRow< DATATYPE > > rows_
 
const DATATYPE missing_
 

Detailed Description

template<typename DATATYPE>
class ioda::ObsDataVector< DATATYPE >

ObsDataVector<DATATYPE> handles vectors of data of type DATATYPE in observation space.

Definition at line 43 of file src/ObsDataVector.h.

Constructor & Destructor Documentation

◆ ObsDataVector() [1/4]

template<typename DATATYPE >
ioda::ObsDataVector< DATATYPE >::ObsDataVector ( ObsSpace obsdb,
const oops::Variables &  vars,
const std::string &  grp = "",
const bool  fail = true 
)

Definition at line 93 of file src/ObsDataVector.h.

Here is the call graph for this function:

◆ ObsDataVector() [2/4]

template<typename DATATYPE >
ioda::ObsDataVector< DATATYPE >::ObsDataVector ( ObsSpace obsdb,
const std::string &  var,
const std::string &  grp = "",
const bool  fail = true 
)

Definition at line 108 of file src/ObsDataVector.h.

Here is the call graph for this function:

◆ ObsDataVector() [3/4]

template<typename DATATYPE >
ioda::ObsDataVector< DATATYPE >::ObsDataVector ( ObsVector vect)
explicit

Definition at line 121 of file src/ObsDataVector.h.

◆ ObsDataVector() [4/4]

template<typename DATATYPE >
ioda::ObsDataVector< DATATYPE >::ObsDataVector ( const ObsDataVector< DATATYPE > &  other)

Definition at line 145 of file src/ObsDataVector.h.

◆ ~ObsDataVector()

template<typename DATATYPE >
ioda::ObsDataVector< DATATYPE >::~ObsDataVector

Definition at line 152 of file src/ObsDataVector.h.

Member Function Documentation

◆ classname()

template<typename DATATYPE >
static const std::string ioda::ObsDataVector< DATATYPE >::classname ( )
inlinestatic

Definition at line 46 of file src/ObsDataVector.h.

◆ has()

template<typename DATATYPE >
bool ioda::ObsDataVector< DATATYPE >::has ( const std::string &  vargrp) const
inline

Definition at line 68 of file src/ObsDataVector.h.

◆ mask()

template<typename DATATYPE >
void ioda::ObsDataVector< DATATYPE >::mask ( const ObsDataVector< int > &  flags)

Definition at line 176 of file src/ObsDataVector.h.

Here is the call graph for this function:

◆ nlocs()

template<typename DATATYPE >
size_t ioda::ObsDataVector< DATATYPE >::nlocs ( ) const
inline

Definition at line 67 of file src/ObsDataVector.h.

Here is the caller graph for this function:

◆ nvars()

template<typename DATATYPE >
size_t ioda::ObsDataVector< DATATYPE >::nvars ( ) const
inline

Definition at line 66 of file src/ObsDataVector.h.

Here is the caller graph for this function:

◆ obstype()

template<typename DATATYPE >
const std::string& ioda::ObsDataVector< DATATYPE >::obstype ( ) const
inline

Definition at line 77 of file src/ObsDataVector.h.

◆ operator=()

template<typename DATATYPE >
ObsDataVector< DATATYPE > & ioda::ObsDataVector< DATATYPE >::operator= ( const ObsDataVector< DATATYPE > &  rhs)

Definition at line 155 of file src/ObsDataVector.h.

◆ operator[]() [1/4]

template<typename DATATYPE >
ObsDataRow<DATATYPE>& ioda::ObsDataVector< DATATYPE >::operator[] ( const size_t  ii)
inline

Definition at line 71 of file src/ObsDataVector.h.

◆ operator[]() [2/4]

template<typename DATATYPE >
const ObsDataRow<DATATYPE>& ioda::ObsDataVector< DATATYPE >::operator[] ( const size_t  ii) const
inline

Definition at line 70 of file src/ObsDataVector.h.

◆ operator[]() [3/4]

template<typename DATATYPE >
ObsDataRow<DATATYPE>& ioda::ObsDataVector< DATATYPE >::operator[] ( const std::string  var)
inline

Definition at line 75 of file src/ObsDataVector.h.

◆ operator[]() [4/4]

template<typename DATATYPE >
const ObsDataRow<DATATYPE>& ioda::ObsDataVector< DATATYPE >::operator[] ( const std::string  var) const
inline

Definition at line 73 of file src/ObsDataVector.h.

◆ print() [1/4]

template<typename DATATYPE >
void ioda::ObsDataVector< DATATYPE >::print ( std::ostream &  os) const
private

Definition at line 287 of file src/ObsDataVector.h.

Here is the call graph for this function:

◆ print() [2/4]

void ioda::ObsDataVector< double >::print ( std::ostream &  os) const
inlineprivate

Definition at line 293 of file src/ObsDataVector.h.

Here is the call graph for this function:

◆ print() [3/4]

void ioda::ObsDataVector< float >::print ( std::ostream &  os) const
inlineprivate

Definition at line 298 of file src/ObsDataVector.h.

Here is the call graph for this function:

◆ print() [4/4]

void ioda::ObsDataVector< int >::print ( std::ostream &  os) const
inlineprivate

Definition at line 303 of file src/ObsDataVector.h.

Here is the call graph for this function:

◆ read()

template<typename DATATYPE >
void ioda::ObsDataVector< DATATYPE >::read ( const std::string &  name,
const bool  fail = true 
)

Definition at line 187 of file src/ObsDataVector.h.

Here is the caller graph for this function:

◆ save()

template<typename DATATYPE >
void ioda::ObsDataVector< DATATYPE >::save ( const std::string &  name) const

Definition at line 208 of file src/ObsDataVector.h.

◆ space()

template<typename DATATYPE >
const ObsSpace& ioda::ObsDataVector< DATATYPE >::space ( ) const
inline

Definition at line 65 of file src/ObsDataVector.h.

Here is the caller graph for this function:

◆ varnames()

template<typename DATATYPE >
const oops::Variables& ioda::ObsDataVector< DATATYPE >::varnames ( ) const
inline

Definition at line 78 of file src/ObsDataVector.h.

Here is the caller graph for this function:

◆ zero()

template<typename DATATYPE >
void ioda::ObsDataVector< DATATYPE >::zero

Definition at line 167 of file src/ObsDataVector.h.

Member Data Documentation

◆ missing_

template<typename DATATYPE >
const DATATYPE ioda::ObsDataVector< DATATYPE >::missing_
private

Definition at line 88 of file src/ObsDataVector.h.

◆ nlocs_

template<typename DATATYPE >
size_t ioda::ObsDataVector< DATATYPE >::nlocs_
private

Definition at line 86 of file src/ObsDataVector.h.

◆ nvars_

template<typename DATATYPE >
size_t ioda::ObsDataVector< DATATYPE >::nvars_
private

Definition at line 85 of file src/ObsDataVector.h.

◆ obsdb_

template<typename DATATYPE >
ObsSpace& ioda::ObsDataVector< DATATYPE >::obsdb_
private

Definition at line 83 of file src/ObsDataVector.h.

◆ obsvars_

template<typename DATATYPE >
oops::Variables ioda::ObsDataVector< DATATYPE >::obsvars_
private

Definition at line 84 of file src/ObsDataVector.h.

◆ rows_

template<typename DATATYPE >
std::vector<ObsDataRow<DATATYPE> > ioda::ObsDataVector< DATATYPE >::rows_
private

Definition at line 87 of file src/ObsDataVector.h.


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