30 void BitmapFormat::Convert(
const SimState& s)
32 auto sim = make_shared<Sim>();
34 auto prefs = make_shared<BitmapGraphicsPreferences>();
35 prefs->Update({m_prefs->GetChild(
"viewers.bitmap_graphics")});
36 prefs->m_format = m_format;
37 BitmapGraphicsExporter::Export(sim, GeneratePath(s),
true, prefs);
Namespace for SimPT shell package.
Wrapper around workspace to have read and write access to merged (workspace + project) preferences...
Interface of bitmap graphics converter format.
Namespace for the core simulator.
Sim, the actual simulator.
Contains the state of the whole Simulator at a given simulation step.