1 #ifndef SIMPT_SHELL_CONVERTER_ICONVERTERFORMAT_H_
2 #define SIMPT_SHELL_CONVERTER_ICONVERTERFORMAT_H_
35 virtual bool AppendTimeStepSuffix()
const = 0;
37 virtual std::string GetExtension()
const = 0;
39 virtual std::string GetName()
const = 0;
41 virtual bool IsPostProcessFormat()
const=0;
43 virtual void PreConvert(
const std::string& target_path,
44 std::shared_ptr<SimShell::Ws::MergedPreferences>) = 0;
48 virtual void PostConvert() = 0;
53 #endif // end_of_include_guard
Namespace for SimPT shell package.
Interface for file convenvereter formats.
Interface for MergedPreferences.
Contains the state of the whole Simulator at a given simulation step.