#include <ogdf/fileformats/GraphMLParser.h>
|
template<typename A , typename T > |
bool | readAttributes (A &GA, const T &elem, const pugi::xml_node xmlElem) |
|
bool | readClusters (Graph &G, ClusterGraph &C, ClusterGraphAttributes *CA, const cluster &rootCluster, const pugi::xml_node clusterRoot) |
|
bool | readData (ClusterGraphAttributes &CA, const cluster &c, const pugi::xml_node clusterData) |
|
bool | readData (GraphAttributes &GA, const edge &e, const pugi::xml_node edgeData) |
|
bool | readData (GraphAttributes &GA, const node &v, const pugi::xml_node nodeData) |
|
bool | readEdges (Graph &G, GraphAttributes *GA, const pugi::xml_node rootTag) |
|
bool | readNodes (Graph &G, GraphAttributes *GA, const pugi::xml_node rootTag) |
|
Definition at line 48 of file GraphMLParser.h.
◆ GraphMLParser()
ogdf::GraphMLParser::GraphMLParser |
( |
std::istream & |
in | ) |
|
|
explicit |
◆ ~GraphMLParser()
ogdf::GraphMLParser::~GraphMLParser |
( |
| ) |
|
◆ read() [1/4]
bool ogdf::GraphMLParser::read |
( |
Graph & |
G | ) |
|
◆ read() [2/4]
◆ read() [3/4]
◆ read() [4/4]
◆ readAttributes()
template<typename A , typename T >
bool ogdf::GraphMLParser::readAttributes |
( |
A & |
GA, |
|
|
const T & |
elem, |
|
|
const pugi::xml_node |
xmlElem |
|
) |
| |
|
inlineprivate |
◆ readClusters()
◆ readData() [1/3]
◆ readData() [2/3]
◆ readData() [3/3]
◆ readEdges()
◆ readNodes()
◆ m_attrName
std::unordered_map<string, string> ogdf::GraphMLParser::m_attrName |
|
private |
◆ m_error
bool ogdf::GraphMLParser::m_error |
|
private |
◆ m_graphTag
◆ m_nodeId
std::unordered_map<string, node> ogdf::GraphMLParser::m_nodeId |
|
private |
◆ m_xml
The documentation for this class was generated from the following file: