1 #ifndef SIMPT_SHELL_CONVERTER_EXPORTER_FORMAT_H_INCLUDED
2 #define SIMPT_SHELL_CONVERTER_EXPORTER_FORMAT_H_INCLUDED
30 template <
class Exporter>
34 virtual bool AppendTimeStepSuffix()
const {
return true; };
36 virtual std::string GetExtension()
const
38 return Exporter::GetFileExtension();
43 auto sim = std::make_shared<SimPT_Sim::Sim>();
45 Exporter::Export(sim, GeneratePath(s),
true);
51 #endif // end_of_include_guard
Utility template for generating exporter formats.
Interface of TimeStepPostfixFormat.
Namespace for SimPT shell package.
Sim, the actual simulator.
Contains the state of the whole Simulator at a given simulation step.
Manages time labels int file names.