#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 53 of file GdfParser.h.
◆ Parser()
ogdf::gdf::Parser::Parser |
( |
std::istream & |
is | ) |
|
|
explicit |
◆ read() [1/2]
bool ogdf::gdf::Parser::read |
( |
Graph & |
G | ) |
|
|
inline |
◆ read() [2/2]
◆ readAttributes() [1/2]
bool ogdf::gdf::Parser::readAttributes |
( |
GraphAttributes & |
GA, |
|
|
edge |
e, |
|
|
const std::vector< std::string > & |
values |
|
) |
| |
|
private |
◆ readAttributes() [2/2]
bool ogdf::gdf::Parser::readAttributes |
( |
GraphAttributes & |
GA, |
|
|
node |
v, |
|
|
const std::vector< std::string > & |
values |
|
) |
| |
|
private |
◆ readEdgeDef()
bool ogdf::gdf::Parser::readEdgeDef |
( |
const std::string & |
str | ) |
|
|
private |
◆ readEdgeStmt()
bool ogdf::gdf::Parser::readEdgeStmt |
( |
Graph & |
G, |
|
|
GraphAttributes * |
GA, |
|
|
const std::string & |
str, |
|
|
size_t |
line |
|
) |
| |
|
private |
◆ readGraph()
◆ readNodeDef()
bool ogdf::gdf::Parser::readNodeDef |
( |
const std::string & |
str | ) |
|
|
private |
◆ readNodeStmt()
bool ogdf::gdf::Parser::readNodeStmt |
( |
Graph & |
G, |
|
|
GraphAttributes * |
GA, |
|
|
const std::string & |
str, |
|
|
size_t |
line |
|
) |
| |
|
private |
◆ 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: