#include <ogdf/fileformats/GdfParser.h>
|
bool | readAttributes (GraphAttributes &GA, edge e, const std::vector< std::string > &values) |
|
bool | readAttributes (GraphAttributes &GA, node v, const std::vector< std::string > &values) |
|
bool | readEdgeDef (const std::string &str) |
|
bool | readEdgeStmt (Graph &G, GraphAttributes *GA, const std::string &str, size_t line) |
|
bool | readGraph (Graph &G, GraphAttributes *GA) |
|
bool | readNodeDef (const std::string &str) |
|
bool | readNodeStmt (Graph &G, GraphAttributes *GA, const std::string &str, size_t line) |
|
Definition at line 49 of file GdfParser.h.
◆ Parser()
ogdf::gdf::Parser::Parser |
( |
std::istream & |
is | ) |
|
|
explicit |
◆ read() [1/2]
◆ read() [2/2]
◆ readAttributes() [1/2]
◆ readAttributes() [2/2]
◆ readEdgeDef()
bool ogdf::gdf::Parser::readEdgeDef |
( |
const std::string & |
str | ) |
|
|
private |
◆ readEdgeStmt()
◆ readGraph()
◆ readNodeDef()
bool ogdf::gdf::Parser::readNodeDef |
( |
const std::string & |
str | ) |
|
|
private |
◆ readNodeStmt()
◆ m_edgeAttrs
◆ m_istream
std::istream& ogdf::gdf::Parser::m_istream |
|
private |
◆ m_nodeAttrs
◆ m_nodeId
The documentation for this class was generated from the following file: