OOPS
|
No change of variable. More...
#include <IdVariableChange.h>
Public Member Functions | |
IdVariableChange (const Geometry_ &, const eckit::Configuration &conf) | |
virtual | ~IdVariableChange () |
void | changeVar (const State_ &x1, State_ &x2) const override |
Perform identity change of variable. More... | |
void | changeVarInverse (const State_ &x1, State_ &x2) const override |
![]() | |
VariableChangeBase (const VariableChangeParametersBase &) | |
VariableChangeBase (const eckit::Configuration &) | |
virtual | ~VariableChangeBase () |
void | setInputVariables (const Variables &vars) |
void | setOutputVariables (const Variables &vars) |
State_ | changeVar (const State_ &) const |
State_ | changeVarInverse (const State_ &) const |
Static Public Member Functions | |
static const std::string | classname () |
Private Types | |
typedef Geometry< MODEL > | Geometry_ |
typedef State< MODEL > | State_ |
Private Member Functions | |
void | print (std::ostream &os) const override |
No change of variable.
Definition at line 30 of file IdVariableChange.h.
|
private |
Definition at line 31 of file IdVariableChange.h.
|
private |
Definition at line 32 of file IdVariableChange.h.
|
inline |
Definition at line 36 of file IdVariableChange.h.
|
inlinevirtual |
Definition at line 38 of file IdVariableChange.h.
|
inlineoverridevirtual |
Perform identity change of variable.
Implements oops::VariableChangeBase< MODEL >.
Definition at line 41 of file IdVariableChange.h.
|
inlineoverridevirtual |
Implements oops::VariableChangeBase< MODEL >.
Definition at line 42 of file IdVariableChange.h.
|
inlinestatic |
Definition at line 34 of file IdVariableChange.h.
|
inlineoverrideprivatevirtual |
Implements oops::VariableChangeBase< MODEL >.
Definition at line 45 of file IdVariableChange.h.