The XML import/export API.
More...
The XML import/export API.
◆ exportToXML()
static vx_status coreflow::xml::Export::exportToXML |
( |
vx_context | context, |
|
|
std::string | filepath ) |
|
inlinestatic |
#include <vx_xml.h>
Export to XML.
- Parameters
-
context | The context |
filepath | The path to the XML file |
- Returns
- vx_status The status of the export
◆ importFromXML()
static std::vector< vx_graph > coreflow::xml::Import::importFromXML |
( |
vx_context | context, |
|
|
std::string | filepath ) |
|
inlinestatic |
#include <vx_xml.h>
Import from XML.
- Parameters
-
context | The context |
filepath | The path to the XML file |
- Returns
- std::vector<vx_reference> The imported references