IODA Bundle
|
#include <ObsAuxControl.h>
Public Types | |
typedef ObsAuxControl_::Parameters_ | Parameters_ |
Public Member Functions | |
ObsAuxControl (const ObsSpace< OBS > &, const Parameters_ ¶ms) | |
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 Variables & | requiredVars () const |
Other. More... | |
const Variables & | requiredHdiagnostics () const |
ObsAuxControl & | operator= (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_ |
Definition at line 30 of file oops/interface/ObsAuxControl.h.
|
private |
Definition at line 32 of file oops/interface/ObsAuxControl.h.
typedef ObsAuxControl_::Parameters_ oops::ObsAuxControl< OBS >::Parameters_ |
Definition at line 35 of file oops/interface/ObsAuxControl.h.
oops::ObsAuxControl< OBS >::ObsAuxControl | ( | const ObsSpace< OBS > & | os, |
const Parameters_ & | params | ||
) |
Definition at line 67 of file oops/interface/ObsAuxControl.h.
|
explicit |
Definition at line 79 of file oops/interface/ObsAuxControl.h.
oops::ObsAuxControl< OBS >::~ObsAuxControl |
Definition at line 90 of file oops/interface/ObsAuxControl.h.
|
inlinestatic |
Definition at line 37 of file oops/interface/ObsAuxControl.h.
double oops::ObsAuxControl< OBS >::norm |
Definition at line 120 of file oops/interface/ObsAuxControl.h.
|
inline |
Definition at line 45 of file oops/interface/ObsAuxControl.h.
|
inline |
Interfacing.
Definition at line 44 of file oops/interface/ObsAuxControl.h.
ObsAuxControl< OBS > & oops::ObsAuxControl< OBS >::operator= | ( | const ObsAuxControl< OBS > & | rhs | ) |
Operator.
Definition at line 150 of file oops/interface/ObsAuxControl.h.
|
private |
Definition at line 161 of file oops/interface/ObsAuxControl.h.
void oops::ObsAuxControl< OBS >::read | ( | const Parameters_ & | params | ) |
I/O and diagnostics.
Definition at line 100 of file oops/interface/ObsAuxControl.h.
const Variables & oops::ObsAuxControl< OBS >::requiredHdiagnostics |
Definition at line 141 of file oops/interface/ObsAuxControl.h.
const Variables & oops::ObsAuxControl< OBS >::requiredVars |
Other.
Definition at line 131 of file oops/interface/ObsAuxControl.h.
void oops::ObsAuxControl< OBS >::write | ( | const Parameters_ & | params | ) | const |
Definition at line 110 of file oops/interface/ObsAuxControl.h.
|
private |
Definition at line 61 of file oops/interface/ObsAuxControl.h.