SPH
|
#include <Output.h>
Public Member Functions | |
NullOutput () | |
virtual Expected< Path > | dump (const Storage &UNUSED(storage), const Statistics &UNUSED(stats)) override |
![]() | |
IOutput (const OutputFile &fileMask) | |
Constructs output given the file name of the output. More... | |
virtual Expected< Path > | dump (const Storage &storage, const Statistics &stats)=0 |
Saves data from particle storage into the file. More... | |
![]() | |
virtual | ~Polymorphic () |
Additional Inherited Members | |
![]() | |
OutputFile | paths |
|
inlineoverridevirtual |