OOPS
qg::ObsDataQG< DATATYPE > Class Template Reference

Data in observation space. More...

#include <ObsDataQG.h>

Inheritance diagram for qg::ObsDataQG< DATATYPE >:
Collaboration diagram for qg::ObsDataQG< DATATYPE >:

Public Member Functions

 ObsDataQG (const ObsSpaceQG &, const oops::Variables &, const std::string &)
 
 ObsDataQG (const ObsDataQG &)
 
 ObsDataQG (const ObsVecQG &)
 
 ~ObsDataQG ()
 
ObsDataQGoperator= (const ObsDataQG &)
 
void zero ()
 set all values to zero More...
 
void ones ()
 set all values to one More...
 
void mask (const ObsDataQG< int >)
 
void read (const std::string &)
 
void save (const std::string &) const
 
const int & toFortran () const
 
const ObsVecQGvect () const
 

Static Public Member Functions

static const std::string classname ()
 

Private Member Functions

void print (std::ostream &) const
 

Private Attributes

ObsVecQG data_
 

Detailed Description

template<typename DATATYPE>
class qg::ObsDataQG< DATATYPE >

Data in observation space.

Definition at line 31 of file ObsDataQG.h.

Constructor & Destructor Documentation

◆ ObsDataQG() [1/3]

template<typename DATATYPE >
qg::ObsDataQG< DATATYPE >::ObsDataQG ( const ObsSpaceQG os,
const oops::Variables var,
const std::string &  name 
)

Definition at line 63 of file ObsDataQG.h.

◆ ObsDataQG() [2/3]

template<typename DATATYPE >
qg::ObsDataQG< DATATYPE >::ObsDataQG ( const ObsDataQG< DATATYPE > &  other)

Definition at line 68 of file ObsDataQG.h.

◆ ObsDataQG() [3/3]

template<typename DATATYPE >
qg::ObsDataQG< DATATYPE >::ObsDataQG ( const ObsVecQG other)
explicit

Definition at line 72 of file ObsDataQG.h.

◆ ~ObsDataQG()

template<typename DATATYPE >
qg::ObsDataQG< DATATYPE >::~ObsDataQG ( )
inline

Definition at line 39 of file ObsDataQG.h.

Member Function Documentation

◆ classname()

template<typename DATATYPE >
static const std::string qg::ObsDataQG< DATATYPE >::classname ( )
inlinestatic

Definition at line 34 of file ObsDataQG.h.

◆ mask()

template<typename DATATYPE >
void qg::ObsDataQG< DATATYPE >::mask ( const ObsDataQG< int >  mask)

Definition at line 92 of file ObsDataQG.h.

Here is the call graph for this function:

◆ ones()

template<typename DATATYPE >
void qg::ObsDataQG< DATATYPE >::ones

set all values to one

Definition at line 87 of file ObsDataQG.h.

◆ operator=()

template<typename DATATYPE >
ObsDataQG< DATATYPE > & qg::ObsDataQG< DATATYPE >::operator= ( const ObsDataQG< DATATYPE > &  rhs)

Definition at line 76 of file ObsDataQG.h.

◆ print()

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

Definition at line 107 of file ObsDataQG.h.

◆ read()

template<typename DATATYPE >
void qg::ObsDataQG< DATATYPE >::read ( const std::string &  name)

Definition at line 97 of file ObsDataQG.h.

◆ save()

template<typename DATATYPE >
void qg::ObsDataQG< DATATYPE >::save ( const std::string &  name) const

Definition at line 102 of file ObsDataQG.h.

◆ toFortran()

template<typename DATATYPE >
const int& qg::ObsDataQG< DATATYPE >::toFortran ( ) const
inline

Definition at line 53 of file ObsDataQG.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ vect()

template<typename DATATYPE >
const ObsVecQG& qg::ObsDataQG< DATATYPE >::vect ( ) const
inline

Definition at line 54 of file ObsDataQG.h.

Here is the caller graph for this function:

◆ zero()

template<typename DATATYPE >
void qg::ObsDataQG< DATATYPE >::zero

set all values to zero

Definition at line 82 of file ObsDataQG.h.

Member Data Documentation

◆ data_

template<typename DATATYPE >
ObsVecQG qg::ObsDataQG< DATATYPE >::data_
private

Definition at line 58 of file ObsDataQG.h.


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