![]() |
VPTissue Reference Manual
|
Functions and data for XML export of Sim objects. More...
#include <XmlExporter.h>

Static Public Member Functions | |
| static bool | Export (std::shared_ptr< SimPT_Sim::Sim > sim, const std::string &filename, bool overwrite=true) |
| Export state to xml. More... | |
| static std::string | GetFileExtension () |
| File extension associated with this export format. More... | |
Functions and data for XML export of Sim objects.
Definition at line 34 of file XmlExporter.h.
|
static |
Export state to xml.
| sim | Sim to export. |
| filename | Name of file. |
| overwrite | Whether to overwrite if path already exists. |
Definition at line 33 of file XmlExporter.cpp.
Referenced by SimPT_Shell::Session::SimSession::GetExporters().

|
static |
File extension associated with this export format.
Definition at line 49 of file XmlExporter.cpp.
Referenced by SimPT_Shell::Session::SimSession::GetExporters().
