Class NoOutput¶
Defined in File NoOutput.hpp
Inheritance Relationships¶
Base Type¶
public Nextsim::IDiagnosticOutput(Class IDiagnosticOutput)
Class Documentation¶
-
class NoOutput : public Nextsim::IDiagnosticOutput¶
Public Functions
-
NoOutput() = default¶
-
inline virtual void setFilenamePrefix(const std::string &filePrefix) override¶
Sets the output file name.
- Parameters:
fileName – The file name to be set.
-
inline virtual void outputState(const ModelState &state) override¶
Outputs the passed ModelState.
- Parameters:
state – The model state to be written out.
-
NoOutput() = default¶