Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
TreeGraphTest Class Reference

Tree graph for graph_to_tree conversion testing. More...

Inheritance diagram for TreeGraphTest:
[legend]
Collaboration diagram for TreeGraphTest:
[legend]

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
 
Noderoot
 
Nodechild1
 
Nodechild2
 
Nodegrandchild
 

Detailed Description

Tree graph for graph_to_tree conversion testing.

Definition at line 97 of file graph_traverse_test.cc.

Member Typedef Documentation

◆ Arc

Definition at line 117 of file graph_visualization_test.cc.

◆ Graph

◆ Node

Definition at line 116 of file graph_visualization_test.cc.

Member Function Documentation

◆ SetUp() [1/2]

void TreeGraphTest::SetUp ( )
inlineoverrideprotected

◆ SetUp() [2/2]

Member Data Documentation

◆ child1

Node* TreeGraphTest::child1
protected

Definition at line 121 of file graph_visualization_test.cc.

Referenced by SetUp().

◆ child2

Node* TreeGraphTest::child2
protected

Definition at line 122 of file graph_visualization_test.cc.

Referenced by SetUp().

◆ g

TestGraph TreeGraphTest::g
protected

Definition at line 100 of file graph_traverse_test.cc.

Referenced by SetUp().

◆ grandchild

Node* TreeGraphTest::grandchild
protected

Definition at line 123 of file graph_visualization_test.cc.

Referenced by SetUp().

◆ nodes

std::vector<TestGraph::Node *> TreeGraphTest::nodes
protected

Definition at line 101 of file graph_traverse_test.cc.

Referenced by SetUp().

◆ root

Node* TreeGraphTest::root
protected

Definition at line 120 of file graph_visualization_test.cc.

Referenced by SetUp().

◆ tree

Graph TreeGraphTest::tree
protected

Definition at line 119 of file graph_visualization_test.cc.

Referenced by SetUp().


The documentation for this class was generated from the following files: