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

Simple digraph for testing. More...

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

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
 
Noden1
 
Noden2
 
Noden3
 

Detailed Description

Simple digraph for testing.

Definition at line 88 of file graph_visualization_test.cc.

Member Typedef Documentation

◆ Arc

Definition at line 93 of file graph_visualization_test.cc.

◆ Digraph

◆ Node

Member Function Documentation

◆ SetUp()

void SimpleDigraphTest::SetUp ( )
inlineoverrideprotected

Definition at line 100 of file graph_visualization_test.cc.

References g, n1, n2, and n3.

Member Data Documentation

◆ g

Digraph SimpleDigraphTest::g
protected

Definition at line 95 of file graph_visualization_test.cc.

Referenced by SetUp().

◆ n1

Node* SimpleDigraphTest::n1
protected

Definition at line 96 of file graph_visualization_test.cc.

Referenced by SetUp().

◆ n2

Node* SimpleDigraphTest::n2
protected

Definition at line 97 of file graph_visualization_test.cc.

Referenced by SetUp().

◆ n3

Node* SimpleDigraphTest::n3
protected

Definition at line 98 of file graph_visualization_test.cc.

Referenced by SetUp().


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