1 #ifndef VIEW_VECTOR_GRAPHICS_EXPORTER_H_
2 #define VIEW_VECTOR_GRAPHICS_EXPORTER_H_
50 static bool Export(std::shared_ptr<SimPT_Sim::SimInterface> sim,
51 std::string
const& file_path,
52 bool overwrite =
true,
53 std::shared_ptr<VectorGraphicsPreferences> prefs = std::make_shared<VectorGraphicsPreferences>());
64 #endif // end_of_include_guard
Namespace for SimPT shell package.
Interface/Implementation for VectorGraphicsPreferences.
Namespace for the core simulator.
static bool Export(std::shared_ptr< SimPT_Sim::SimInterface > sim, std::string const &file_path, bool overwrite=true, std::shared_ptr< VectorGraphicsPreferences > prefs=std::make_shared< VectorGraphicsPreferences >())
Export snapshot of canvas in PNG format.
static std::string GetFileExtension()
File extension associated with this export format.
Functions and data for PDF export of Sim objects.