OOPS
oops::GenericLinearModelParameters Class Reference

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

#include <LinearModelBase.h>

Inheritance diagram for oops::GenericLinearModelParameters:
Collaboration diagram for oops::GenericLinearModelParameters:

Public Attributes

ConfigurationParameter config {this}
 
- Public Attributes inherited from oops::LinearModelParametersBase
OptionalParameter< std::string > name {"name", this}
 LinearModel name. More...
 

Detailed Description

A subclass of LinearModelParametersBase 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; linear models using GenericLinearModelParameters should therefore ideally be refactored, replacing this class with a dedicated subclass of LinearModelParametersBase storing each parameter in a separate (Optional/Required)Parameter object.

Definition at line 136 of file generic/LinearModelBase.h.

Member Data Documentation

◆ config

ConfigurationParameter oops::GenericLinearModelParameters::config {this}

Definition at line 139 of file generic/LinearModelBase.h.


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