Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

Loading...
Searching...
No Matches
ogdf::gexf::Parser Member List

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

error(const pugi::xml_node tag, const std::string &msg)ogdf::gexf::Parserprivatestatic
init()ogdf::gexf::Parserprivate
m_clusterIdogdf::gexf::Parserprivate
m_edgeAttrogdf::gexf::Parserprivate
m_edgesTagogdf::gexf::Parserprivate
m_graphTagogdf::gexf::Parserprivate
m_isogdf::gexf::Parserprivate
m_nodeAttrogdf::gexf::Parserprivate
m_nodeIdogdf::gexf::Parserprivate
m_nodesTagogdf::gexf::Parserprivate
m_xmlogdf::gexf::Parserprivate
Parser(std::istream &is)ogdf::gexf::Parserexplicit
read(Graph &G)ogdf::gexf::Parser
read(Graph &G, GraphAttributes &GA)ogdf::gexf::Parser
read(Graph &G, ClusterGraph &C)ogdf::gexf::Parser
read(Graph &G, ClusterGraph &C, ClusterGraphAttributes &CA)ogdf::gexf::Parser
readAttributes(GraphAttributes &GA, node v, const pugi::xml_node nodeTag)ogdf::gexf::Parserprivate
readAttributes(GraphAttributes &GA, edge e, const pugi::xml_node edgeTag)ogdf::gexf::Parserprivate
readCluster(Graph &G, ClusterGraph &C, ClusterGraphAttributes *CA, cluster rootCluster, const pugi::xml_node rootTag)ogdf::gexf::Parserprivate
readEdges(Graph &G, ClusterGraph *C, GraphAttributes *GA)ogdf::gexf::Parserprivate
readNodes(Graph &G, GraphAttributes *GA)ogdf::gexf::Parserprivate