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

Simple graph for testing. More...

Inheritance diagram for SimpleGraphTest:
[legend]
Collaboration diagram for SimpleGraphTest:
[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
 

Protected Attributes

Graph g
 
Noden1
 
Noden2
 
Noden3
 

Detailed Description

Simple graph for testing.

Definition at line 64 of file graph_visualization_test.cc.

Member Typedef Documentation

◆ Arc

Definition at line 69 of file graph_visualization_test.cc.

◆ Graph

◆ Node

Definition at line 68 of file graph_visualization_test.cc.

Member Function Documentation

◆ SetUp()

void SimpleGraphTest::SetUp ( )
inlineoverrideprotected

Member Data Documentation

◆ g

Graph SimpleGraphTest::g
protected

Definition at line 71 of file graph_visualization_test.cc.

Referenced by SetUp().

◆ n1

Node* SimpleGraphTest::n1
protected

Definition at line 72 of file graph_visualization_test.cc.

Referenced by SetUp().

◆ n2

Node* SimpleGraphTest::n2
protected

Definition at line 73 of file graph_visualization_test.cc.

Referenced by SetUp().

◆ n3

Node* SimpleGraphTest::n3
protected

Definition at line 74 of file graph_visualization_test.cc.

Referenced by SetUp().


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