#include <ogdf/fileformats/GexfParser.h>
|
bool | init () |
|
bool | readAttributes (GraphAttributes &GA, edge e, const pugi::xml_node edgeTag) |
|
bool | readAttributes (GraphAttributes &GA, node v, const pugi::xml_node nodeTag) |
|
bool | readCluster (Graph &G, ClusterGraph &C, ClusterGraphAttributes *CA, cluster rootCluster, const pugi::xml_node rootTag) |
|
bool | readEdges (Graph &G, ClusterGraph *C, GraphAttributes *GA) |
|
bool | readNodes (Graph &G, GraphAttributes *GA) |
|
Definition at line 50 of file GexfParser.h.
◆ Parser()
ogdf::gexf::Parser::Parser |
( |
std::istream & |
is | ) |
|
|
explicit |
◆ error()
static void ogdf::gexf::Parser::error |
( |
const pugi::xml_node |
tag, |
|
|
const std::string & |
msg |
|
) |
| |
|
staticprivate |
◆ init()
bool ogdf::gexf::Parser::init |
( |
| ) |
|
|
private |
◆ read() [1/4]
bool ogdf::gexf::Parser::read |
( |
Graph & |
G | ) |
|
◆ read() [2/4]
◆ read() [3/4]
◆ read() [4/4]
◆ readAttributes() [1/2]
◆ readAttributes() [2/2]
◆ readCluster()
◆ readEdges()
◆ readNodes()
◆ m_clusterId
std::unordered_map<std::string, cluster> ogdf::gexf::Parser::m_clusterId |
|
private |
◆ m_edgeAttr
std::unordered_map<std::string, std::string> ogdf::gexf::Parser::m_edgeAttr |
|
private |
◆ m_edgesTag
◆ m_graphTag
◆ m_is
std::istream& ogdf::gexf::Parser::m_is |
|
private |
◆ m_nodeAttr
std::unordered_map<std::string, std::string> ogdf::gexf::Parser::m_nodeAttr |
|
private |
◆ m_nodeId
std::unordered_map<std::string, node> ogdf::gexf::Parser::m_nodeId |
|
private |
◆ m_nodesTag
◆ m_xml
The documentation for this class was generated from the following file: