Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

Loading...
Searching...
No Matches
ogdf::GraphMLParser Member List

This is the complete list of members for ogdf::GraphMLParser, including all inherited members.

GraphMLParser(std::istream &in)ogdf::GraphMLParserexplicit
m_attrNameogdf::GraphMLParserprivate
m_errorogdf::GraphMLParserprivate
m_graphTagogdf::GraphMLParserprivate
m_nodeIdogdf::GraphMLParserprivate
m_xmlogdf::GraphMLParserprivate
read(Graph &G)ogdf::GraphMLParser
read(Graph &G, GraphAttributes &GA)ogdf::GraphMLParser
read(Graph &G, ClusterGraph &C)ogdf::GraphMLParser
read(Graph &G, ClusterGraph &C, ClusterGraphAttributes &CA)ogdf::GraphMLParser
readAttributes(A &GA, const T &elem, const pugi::xml_node xmlElem)ogdf::GraphMLParserinlineprivate
readClusters(Graph &G, ClusterGraph &C, ClusterGraphAttributes *CA, const cluster &rootCluster, const pugi::xml_node clusterRoot)ogdf::GraphMLParserprivate
readData(GraphAttributes &GA, const node &v, const pugi::xml_node nodeData)ogdf::GraphMLParserprivate
readData(GraphAttributes &GA, const edge &e, const pugi::xml_node edgeData)ogdf::GraphMLParserprivate
readData(ClusterGraphAttributes &CA, const cluster &c, const pugi::xml_node clusterData)ogdf::GraphMLParserprivate
readEdges(Graph &G, GraphAttributes *GA, const pugi::xml_node rootTag)ogdf::GraphMLParserprivate
readNodes(Graph &G, GraphAttributes *GA, const pugi::xml_node rootTag)ogdf::GraphMLParserprivate
~GraphMLParser()ogdf::GraphMLParser