#include <ogdf/fileformats/TlpParser.h>
|
bool | applyNodes (Graph &G, ClusterGraph *C, cluster c, const std::string &str) |
|
bool | readCluster (Graph &G, ClusterGraph *C, cluster c) |
|
bool | readClusterStatement (Graph &G, ClusterGraph *C, cluster c) |
|
bool | readEdge (Graph &G) |
|
bool | readGraph (Graph &G, GraphAttributes *GA, ClusterGraph *C) |
|
bool | readNodes (Graph &G, ClusterGraph *C, cluster c) |
|
bool | readProperty (Graph &G, GraphAttributes *GA) |
|
bool | readPropertyStatement (GraphAttributes *GA, const Attribute &attr, NodeArray< bool > &nodeDone, std::string &nodeDefault, EdgeArray< bool > &edgeDone, std::string &edgeDefault) |
|
bool | readStatement (Graph &G, GraphAttributes *GA, ClusterGraph *C) |
|
void | tokenError (const char *str, bool got=true) |
|
void | tokenError (const std::string &str, bool got=true) |
|
Definition at line 51 of file TlpParser.h.
◆ Iterator
◆ Parser()
ogdf::tlp::Parser::Parser |
( |
std::istream & |
is | ) |
|
|
explicit |
◆ applyNodes()
◆ read() [1/4]
◆ read() [2/4]
◆ read() [3/4]
◆ read() [4/4]
◆ readCluster()
◆ readClusterStatement()
◆ readEdge()
bool ogdf::tlp::Parser::readEdge |
( |
Graph & |
G | ) |
|
|
private |
◆ readGraph()
◆ readNodes()
◆ readProperty()
◆ readPropertyStatement()
◆ readStatement()
◆ tokenError() [1/2]
◆ tokenError() [2/2]
◆ m_begin
◆ m_end
◆ m_idEdge
std::map<int, edge> ogdf::tlp::Parser::m_idEdge |
|
private |
◆ m_idNode
std::map<int, node> ogdf::tlp::Parser::m_idNode |
|
private |
◆ m_istream
std::istream& ogdf::tlp::Parser::m_istream |
|
private |
The documentation for this class was generated from the following file: