1 #ifndef SIMPT_SHELL_BITMAP_CONVERTER_FORMAT_H_INCLUDED
2 #define SIMPT_SHELL_BITMAP_CONVERTER_FORMAT_H_INCLUDED
37 using FileFormat = BitmapGraphicsPreferences::Format;
41 virtual bool AppendTimeStepSuffix()
const {
return true; };
43 virtual bool IsPostProcessFormat()
const {
return true; }
45 virtual std::string GetExtension()
const
52 case FileFormat::Jpeg:
58 virtual std::string GetName()
const
65 case FileFormat::Jpeg:
79 #endif // end_of_include_guard
Interface of TimeStepPostfixFormat.
Namespace for SimPT shell package.
Namespace for the core simulator.
Bitmap graphics converter format specifications.
Interface for IConverterFormat.
Contains the state of the whole Simulator at a given simulation step.
Interface for BitmapGraphicsExporter.
Manages time labels int file names.