file
graph_export.hGraph exporter.
Enums
- enum GraphExportType { NUM_GRAPH_EXPORT_TYPES }
- Export type.
Typedefs
- using GraphExportType = enum GraphExportType
- Export type.
Functions
- void graph_export_as(Graph* graph, GraphExportType type, const char* path)
- Exports the graph at the given path.