#include <asciidagparser.h>
|
template<typename NetworkType > |
| AsciiDAGParser (const NetworkType &network) |
|
void | parseGraph () |
|
const std::vector< std::string > & | nodes () const |
|
const std::vector< std::pair< std::string, std::string > > & | namedEdges () const |
|
const std::vector< std::pair< int, int > > & | edges () const |
|
◆ AsciiDAGParser()
◆ edges()
const std::vector<std::pair<int, int> >& edges |
( |
| ) |
const |
|
inline |
◆ namedEdges()
const std::vector<std::pair<std::string, std::string> >& namedEdges |
( |
| ) |
const |
|
inline |
◆ nodes()
const std::vector<std::string>& nodes |
( |
| ) |
const |
|
inline |
◆ parseEdges()
void parseEdges |
( |
const std::vector< AsciiBox > & |
boxes | ) |
|
|
protected |
◆ parseGraph()
◆ _edges
std::vector<std::pair<int, int> > _edges |
|
protected |
◆ _namedEdges
std::vector<std::pair<std::string, std::string> > _namedEdges |
|
protected |
◆ _network
◆ _nodes
std::vector<std::string> _nodes |
|
protected |
The documentation for this class was generated from the following file: