1 #ifndef SIMPT_SHELL_TOME_STEP_POSTFIX_FORMAT_H_INCLUDED
2 #define SIMPT_SHELL_TOME_STEP_POSTFIX_FORMAT_H_INCLUDED
33 virtual bool AppendTimeStepSuffix()
const {
return true; };
35 virtual void PreConvert(
const std::string& target_path,
36 std::shared_ptr<SimShell::Ws::MergedPreferences> p)
38 m_target_path = target_path;
42 virtual void PostConvert()
44 m_target_path.clear();
54 +
'.' + GetExtension();
58 std::string m_target_path;
59 std::shared_ptr<SimShell::Ws::MergedPreferences> m_prefs;
64 #endif // end_of_include_guard
Namespace for SimPT shell package.
Interface for IConverterFormat.
Interface for file convenvereter formats.
static std::string ToString(const T &value)
Builds a string representation of a value of type T.
Contains the state of the whole Simulator at a given simulation step.
String manipulation utilities.
Manages time labels int file names.
int GetTimeStep() const
Returns the index of the current time step.