SPH
|
XML-based output format used by Visualization ToolKit (VTK) More...
#include <Output.h>
Public Member Functions | |
VtkOutput (const OutputFile &fileMask, const Flags< OutputQuantityFlag > flags) | |
virtual Expected< Path > | dump (const Storage &storage, const Statistics &stats) override |
Saves data from particle storage into the file. More... | |
![]() | |
IOutput (const OutputFile &fileMask) | |
Constructs output given the file name of the output. More... | |
![]() | |
virtual | ~Polymorphic () |
Additional Inherited Members | |
![]() | |
OutputFile | paths |
XML-based output format used by Visualization ToolKit (VTK)
VtkOutput::VtkOutput | ( | const OutputFile & | fileMask, |
const Flags< OutputQuantityFlag > | flags | ||
) |
Definition at line 1095 of file Output.cpp.
|
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.
Implements IOutput.
Definition at line 1103 of file Output.cpp.