|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Simple graph for testing. More...
Protected Types | |
| using | Graph = List_Graph< Graph_Node< int >, Graph_Arc< int > > |
| using | Node = Graph::Node |
| using | Arc = Graph::Arc |
Protected Member Functions | |
| void | SetUp () override |
Protected Attributes | |
| Graph | g |
| Node * | n1 |
| Node * | n2 |
| Node * | n3 |
Simple graph for testing.
Definition at line 64 of file graph_visualization_test.cc.
|
protected |
Definition at line 69 of file graph_visualization_test.cc.
|
protected |
Definition at line 67 of file graph_visualization_test.cc.
|
protected |
Definition at line 68 of file graph_visualization_test.cc.
|
inlineoverrideprotected |
Definition at line 76 of file graph_visualization_test.cc.
References g, Aleph::List_Graph< _Graph_Node, _Graph_Arc >::insert_arc(), Aleph::List_Graph< _Graph_Node, _Graph_Arc >::insert_node(), n1, n2, and n3.
|
protected |
Definition at line 71 of file graph_visualization_test.cc.
Referenced by SetUp().
|
protected |
Definition at line 72 of file graph_visualization_test.cc.
Referenced by SetUp().
|
protected |
Definition at line 73 of file graph_visualization_test.cc.
Referenced by SetUp().
|
protected |
Definition at line 74 of file graph_visualization_test.cc.
Referenced by SetUp().