8#ifndef SIMPLEOUTPUT_HPP
9#define SIMPLEOUTPUT_HPP
19 void setFilenamePrefix(
const std::string& filePrefix)
override { m_filePrefix = filePrefix; }
24 std::string
getName()
const override {
return "SimpleOutput"; }
29 std::string m_filePrefix;
ModelState getState() const override
Returns a ModelState from this component.
void setFilenamePrefix(const std::string &filePrefix) override
Sets the output file name.
void outputState(const ModelMetadata &meta) override
Outputs the passed ModelState.
std::string getName() const override
Returns the name of the component.
ModelState getState(const OutputLevel &) const override
Returns a ModelState from this component at a specified level.