IODA Bundle
oops::ObsAuxControl< OBS > Class Template Reference

#include <ObsAuxControl.h>

Inheritance diagram for oops::ObsAuxControl< OBS >:
[legend]
Collaboration diagram for oops::ObsAuxControl< OBS >:
[legend]

Public Types

typedef ObsAuxControl_::Parameters_ Parameters_
 

Public Member Functions

 ObsAuxControl (const ObsSpace< OBS > &, const Parameters_ &params)
 
 ObsAuxControl (const ObsAuxControl &, const bool copy=true)
 
 ~ObsAuxControl ()
 
const ObsAuxControl_obsauxcontrol () const
 Interfacing. More...
 
ObsAuxControl_obsauxcontrol ()
 
void read (const Parameters_ &)
 I/O and diagnostics. More...
 
void write (const Parameters_ &) const
 
double norm () const
 
const VariablesrequiredVars () const
 Other. More...
 
const VariablesrequiredHdiagnostics () const
 
ObsAuxControloperator= (const ObsAuxControl &)
 Operator. More...
 

Static Public Member Functions

static const std::string classname ()
 

Private Types

typedef OBS::ObsAuxControl ObsAuxControl_
 

Private Member Functions

void print (std::ostream &) const
 

Private Attributes

std::unique_ptr< ObsAuxControl_aux_
 

Detailed Description

template<typename OBS>
class oops::ObsAuxControl< OBS >

Definition at line 30 of file oops/interface/ObsAuxControl.h.

Member Typedef Documentation

◆ ObsAuxControl_

template<typename OBS >
typedef OBS::ObsAuxControl oops::ObsAuxControl< OBS >::ObsAuxControl_
private

Definition at line 32 of file oops/interface/ObsAuxControl.h.

◆ Parameters_

template<typename OBS >
typedef ObsAuxControl_::Parameters_ oops::ObsAuxControl< OBS >::Parameters_

Definition at line 35 of file oops/interface/ObsAuxControl.h.

Constructor & Destructor Documentation

◆ ObsAuxControl() [1/2]

template<typename OBS >
oops::ObsAuxControl< OBS >::ObsAuxControl ( const ObsSpace< OBS > &  os,
const Parameters_ params 
)

Definition at line 67 of file oops/interface/ObsAuxControl.h.

Here is the call graph for this function:

◆ ObsAuxControl() [2/2]

template<typename OBS >
oops::ObsAuxControl< OBS >::ObsAuxControl ( const ObsAuxControl< OBS > &  other,
const bool  copy = true 
)
explicit

Definition at line 79 of file oops/interface/ObsAuxControl.h.

Here is the call graph for this function:

◆ ~ObsAuxControl()

template<typename OBS >
oops::ObsAuxControl< OBS >::~ObsAuxControl

Definition at line 90 of file oops/interface/ObsAuxControl.h.

Member Function Documentation

◆ classname()

template<typename OBS >
static const std::string oops::ObsAuxControl< OBS >::classname ( )
inlinestatic

Definition at line 37 of file oops/interface/ObsAuxControl.h.

Here is the caller graph for this function:

◆ norm()

template<typename OBS >
double oops::ObsAuxControl< OBS >::norm

Definition at line 120 of file oops/interface/ObsAuxControl.h.

◆ obsauxcontrol() [1/2]

template<typename OBS >
ObsAuxControl_& oops::ObsAuxControl< OBS >::obsauxcontrol ( )
inline

Definition at line 45 of file oops/interface/ObsAuxControl.h.

◆ obsauxcontrol() [2/2]

template<typename OBS >
const ObsAuxControl_& oops::ObsAuxControl< OBS >::obsauxcontrol ( ) const
inline

Interfacing.

Definition at line 44 of file oops/interface/ObsAuxControl.h.

Here is the caller graph for this function:

◆ operator=()

template<typename OBS >
ObsAuxControl< OBS > & oops::ObsAuxControl< OBS >::operator= ( const ObsAuxControl< OBS > &  rhs)

Operator.

Definition at line 150 of file oops/interface/ObsAuxControl.h.

◆ print()

template<typename OBS >
void oops::ObsAuxControl< OBS >::print ( std::ostream &  os) const
private

Definition at line 161 of file oops/interface/ObsAuxControl.h.

◆ read()

template<typename OBS >
void oops::ObsAuxControl< OBS >::read ( const Parameters_ params)

I/O and diagnostics.

Definition at line 100 of file oops/interface/ObsAuxControl.h.

◆ requiredHdiagnostics()

template<typename OBS >
const Variables & oops::ObsAuxControl< OBS >::requiredHdiagnostics

Definition at line 141 of file oops/interface/ObsAuxControl.h.

◆ requiredVars()

template<typename OBS >
const Variables & oops::ObsAuxControl< OBS >::requiredVars

Other.

Definition at line 131 of file oops/interface/ObsAuxControl.h.

◆ write()

template<typename OBS >
void oops::ObsAuxControl< OBS >::write ( const Parameters_ params) const

Definition at line 110 of file oops/interface/ObsAuxControl.h.

Here is the caller graph for this function:

Member Data Documentation

◆ aux_

template<typename OBS >
std::unique_ptr<ObsAuxControl_> oops::ObsAuxControl< OBS >::aux_
private

Definition at line 61 of file oops/interface/ObsAuxControl.h.


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