|
Essentia
2.1-beta6-dev
|
#include <networkparser.h>
Public Member Functions | |
| template<typename NetworkType > | |
| NetworkParser (const NetworkType &network, bool createConnections=true) | |
| ~NetworkParser () | |
| const std::vector< std::string > & | algorithms () const |
| const std::vector< std::pair< int, int > > & | connections () const |
| const std::vector< std::pair< std::string, std::string > > & | namedConnections () const |
| Network * | network () |
Protected Member Functions | |
| void | createNetwork (bool createConnections=true) |
| void | createConnections () |
Protected Attributes | |
| AsciiDAGParser | _graph |
| Network * | _network |
| std::vector< streaming::Algorithm * > | _algos |
|
inline |
References NetworkParser::createConnections(), and NetworkParser::createNetwork().
|
inline |
References NetworkParser::_network.
|
inline |
References NetworkParser::_graph, and AsciiDAGParser::nodes().
|
inline |
References NetworkParser::_graph, and AsciiDAGParser::edges().
|
protected |
Referenced by NetworkParser::NetworkParser().
|
protected |
Referenced by NetworkParser::NetworkParser().
|
inline |
References NetworkParser::_graph, and AsciiDAGParser::namedEdges().
|
inline |
References NetworkParser::_network.
|
protected |
|
protected |
Referenced by NetworkParser::algorithms(), NetworkParser::connections(), and NetworkParser::namedConnections().
|
protected |
Referenced by NetworkParser::network(), and NetworkParser::~NetworkParser().