OOPS
oops::GenericLinearVariableChangeParameters Class Reference

A subclass of LinearVariableChangeParametersBase storing the values of all options in a single Configuration object. More...

#include <LinearVariableChangeBase.h>

Inheritance diagram for oops::GenericLinearVariableChangeParameters:
Collaboration diagram for oops::GenericLinearVariableChangeParameters:

Additional Inherited Members

- Public Attributes inherited from oops::LinearVariableChangeParametersBase
OptionalParameter< std::string > variableChange {"variable change", this}
 Variable change type. More...
 
OptionalParameter< VariablesinputVariables {"input variables", this}
 
OptionalParameter< VariablesoutputVariables {"output variables", this}
 

Detailed Description

A subclass of LinearVariableChangeParametersBase storing the values of all options in a single Configuration object.

This object can be accessed by calling the value() method of the config member variable.

The ConfigurationParameter class does not perform any parameter validation; models using GenericLinearVariableChangeParameters should therefore ideally be refactored, replacing this class with a dedicated subclass of LinearVariableChangeParametersBase storing each parameter in a separate (Optional/Required)Parameter object.

Definition at line 98 of file LinearVariableChangeBase.h.


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