#include <GraphMLWriter.hpp>
|
| GraphMLWriter (Graph &g) |
|
bool | write (std::string file, std::string graph_name="Graph") |
| It write a GraphML file from a graph. More...
|
|
template<typename Graph>
class GraphMLWriter< Graph >
From a Graphbasic structure it write a GraphML format file
Definition at line 491 of file GraphMLWriter.hpp.
It get the edge properties list.
It get the edge properties list of the edge defined as a GraphML header
- Returns
- a string that define the edge properties in graphML format
edge property output string
Definition at line 528 of file GraphMLWriter.hpp.
template<typename Graph>
std::string GraphMLWriter< Graph >::get_vertex_properties_list |
( |
| ) |
|
|
inlineprivate |
It get the vertex properties list.
It get the vertex properties list of the vertex defined as a GraphML header and define position and shape of the node
- Returns
- a string that define the vertex properties in graphML format
vertex property output string
Definition at line 505 of file GraphMLWriter.hpp.
template<typename Graph>
bool GraphMLWriter< Graph >::write |
( |
std::string |
file, |
|
|
std::string |
graph_name = "Graph" |
|
) |
| |
|
inline |
It write a GraphML file from a graph.
- Parameters
-
file | path where to write |
name | of the graph |
Definition at line 638 of file GraphMLWriter.hpp.
The documentation for this class was generated from the following file: