Class Module1

Inheritance Relationships

Base Type

Class Documentation

class Module1 : public Nextsim::ModelComponent

Public Functions

inline Module1()
inline virtual std::string getName() const override

Returns the name of the component.

inline virtual void setData(const ModelState::DataMap &st) override

Set the initial data of the component from the passed ModelState.

Parameters:

state – The ModelState containing the data to be set.