|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Simple digraph for testing. More...
Protected Types | |
| using | Digraph = List_Digraph< Graph_Node< int >, Graph_Arc< int > > |
| using | Node = Digraph::Node |
| using | Arc = Digraph::Arc |
Protected Member Functions | |
| void | SetUp () override |
Protected Attributes | |
| Digraph | g |
| Node * | n1 |
| Node * | n2 |
| Node * | n3 |
Simple digraph for testing.
Definition at line 88 of file graph_visualization_test.cc.
|
protected |
Definition at line 93 of file graph_visualization_test.cc.
|
protected |
Definition at line 91 of file graph_visualization_test.cc.
|
protected |
Definition at line 92 of file graph_visualization_test.cc.
|
inlineoverrideprotected |
|
protected |
Definition at line 95 of file graph_visualization_test.cc.
Referenced by SetUp().
|
protected |
Definition at line 96 of file graph_visualization_test.cc.
Referenced by SetUp().
|
protected |
Definition at line 97 of file graph_visualization_test.cc.
Referenced by SetUp().
|
protected |
Definition at line 98 of file graph_visualization_test.cc.
Referenced by SetUp().