|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Tree graph for graph_to_tree conversion 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 |
| void | SetUp () override |
Protected Attributes | |
| TestGraph | g |
| std::vector< TestGraph::Node * > | nodes |
| Graph | tree |
| Node * | root |
| Node * | child1 |
| Node * | child2 |
| Node * | grandchild |
Tree graph for graph_to_tree conversion testing.
Definition at line 97 of file graph_traverse_test.cc.
|
protected |
Definition at line 117 of file graph_visualization_test.cc.
|
protected |
Definition at line 115 of file graph_visualization_test.cc.
|
protected |
Definition at line 116 of file graph_visualization_test.cc.
|
inlineoverrideprotected |
Definition at line 103 of file graph_traverse_test.cc.
References g, Aleph::List_Graph< _Graph_Node, _Graph_Arc >::insert_arc(), Aleph::List_Graph< _Graph_Node, _Graph_Arc >::insert_node(), and nodes.
|
inlineoverrideprotected |
Definition at line 125 of file graph_visualization_test.cc.
References child1, child2, grandchild, Aleph::List_Graph< _Graph_Node, _Graph_Arc >::insert_arc(), Aleph::List_Graph< _Graph_Node, _Graph_Arc >::insert_node(), root, and tree.
|
protected |
Definition at line 121 of file graph_visualization_test.cc.
Referenced by SetUp().
|
protected |
Definition at line 122 of file graph_visualization_test.cc.
Referenced by SetUp().
|
protected |
Definition at line 100 of file graph_traverse_test.cc.
Referenced by SetUp().
|
protected |
Definition at line 123 of file graph_visualization_test.cc.
Referenced by SetUp().
|
protected |
Definition at line 101 of file graph_traverse_test.cc.
Referenced by SetUp().
|
protected |
Definition at line 120 of file graph_visualization_test.cc.
Referenced by SetUp().
|
protected |
Definition at line 119 of file graph_visualization_test.cc.
Referenced by SetUp().