|
FV3 Bundle
|
#include <ObsAuxControl.h>
Public Member Functions | |
| ObsAuxControl (const eckit::Configuration &) | |
| ObsAuxControl (const ObsAuxControl &, const bool copy=true) | |
| ~ObsAuxControl () | |
| const ObsAuxControl_ & | obsauxcontrol () const |
| Interfacing. More... | |
| ObsAuxControl_ & | obsauxcontrol () |
| void | read (const eckit::Configuration &) |
| I/O and diagnostics. More... | |
| void | write (const eckit::Configuration &) const |
| double | norm () const |
Static Public Member Functions | |
| static const std::string | classname () |
Private Types | |
| typedef MODEL::ObsAuxControl | ObsAuxControl_ |
Private Member Functions | |
| ObsAuxControl & | operator= (const ObsAuxControl &) |
| void | print (std::ostream &) const |
Private Attributes | |
| boost::scoped_ptr< ObsAuxControl_ > | aux_ |
Definition at line 33 of file oops/interface/ObsAuxControl.h.
|
private |
Definition at line 35 of file oops/interface/ObsAuxControl.h.
|
explicit |
Definition at line 62 of file oops/interface/ObsAuxControl.h.
|
explicit |
Definition at line 73 of file oops/interface/ObsAuxControl.h.
| oops::ObsAuxControl< MODEL >::~ObsAuxControl | ( | ) |
Definition at line 84 of file oops/interface/ObsAuxControl.h.
|
inlinestatic |
Definition at line 38 of file oops/interface/ObsAuxControl.h.
| double oops::ObsAuxControl< MODEL >::norm | ( | ) | const |
Definition at line 114 of file oops/interface/ObsAuxControl.h.
|
inline |
Interfacing.
Definition at line 45 of file oops/interface/ObsAuxControl.h.
|
inline |
Definition at line 46 of file oops/interface/ObsAuxControl.h.
|
private |
|
private |
Definition at line 125 of file oops/interface/ObsAuxControl.h.
| void oops::ObsAuxControl< MODEL >::read | ( | const eckit::Configuration & | conf | ) |
I/O and diagnostics.
Definition at line 94 of file oops/interface/ObsAuxControl.h.
| void oops::ObsAuxControl< MODEL >::write | ( | const eckit::Configuration & | conf | ) | const |
Definition at line 104 of file oops/interface/ObsAuxControl.h.
|
private |
Definition at line 56 of file oops/interface/ObsAuxControl.h.