This is the complete list of members for ogdf::GraphMLParser, including all inherited members.
GraphMLParser(std::istream &in) | ogdf::GraphMLParser | explicit |
m_attrName | ogdf::GraphMLParser | private |
m_error | ogdf::GraphMLParser | private |
m_graphTag | ogdf::GraphMLParser | private |
m_nodeId | ogdf::GraphMLParser | private |
m_xml | ogdf::GraphMLParser | private |
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::GraphMLParser | inlineprivate |
readClusters(Graph &G, ClusterGraph &C, ClusterGraphAttributes *CA, const cluster &rootCluster, const pugi::xml_node clusterRoot) | ogdf::GraphMLParser | private |
readData(GraphAttributes &GA, const node &v, const pugi::xml_node nodeData) | ogdf::GraphMLParser | private |
readData(GraphAttributes &GA, const edge &e, const pugi::xml_node edgeData) | ogdf::GraphMLParser | private |
readData(ClusterGraphAttributes &CA, const cluster &c, const pugi::xml_node clusterData) | ogdf::GraphMLParser | private |
readEdges(Graph &G, GraphAttributes *GA, const pugi::xml_node rootTag) | ogdf::GraphMLParser | private |
readNodes(Graph &G, GraphAttributes *GA, const pugi::xml_node rootTag) | ogdf::GraphMLParser | private |
~GraphMLParser() | ogdf::GraphMLParser |