SPH
|
Extension of text output that runs given gnuplot script on dumped text data. More...
#include <Output.h>
Public Member Functions | |
GnuplotOutput (const OutputFile &fileMask, const std::string &runName, const std::string &scriptPath, const Flags< OutputQuantityFlag > quantities, const Flags< Options > flags) | |
virtual Expected< Path > | dump (const Storage &storage, const Statistics &stats) override |
Saves data from particle storage into the file. More... | |
![]() | |
TextOutput (const OutputFile &fileMask, const std::string &runName, Flags< OutputQuantityFlag > quantities, Flags< Options > options=EMPTY_FLAGS) | |
Creates a new text file output. More... | |
~TextOutput () | |
TextOutput & | addColumn (AutoPtr< ITextColumn > &&column) |
Adds a new column to be saved into the file. More... | |
![]() | |
IOutput (const OutputFile &fileMask) | |
Constructs output given the file name of the output. More... | |
![]() | |
virtual | ~Polymorphic () |
Additional Inherited Members | |
![]() | |
enum class | Options { DUMP_ALL = 1 << 0 , SCIENTIFIC = 1 << 1 } |
![]() | |
OutputFile | paths |
Extension of text output that runs given gnuplot script on dumped text data.
|
inline |
|
overridevirtual |
Saves data from particle storage into the file.
Returns the filename of the dump, generated from file mask given in constructor, or an error message in case writing the output file failed.
Reimplemented from TextOutput.
Definition at line 339 of file Output.cpp.