Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
GraphArcRemovalTest Class Reference
Inheritance diagram for GraphArcRemovalTest:
[legend]
Collaboration diagram for GraphArcRemovalTest:
[legend]

Protected Member Functions

void SetUp () override
 

Protected Attributes

Graph g
 
Graph::Noden1
 
Graph::Noden2
 
Graph::Noden3
 
Graph::Arca1
 
Graph::Arca2
 
Graph::Arca3
 

Detailed Description

Definition at line 278 of file tpl_graph_test.cc.

Member Function Documentation

◆ SetUp()

void GraphArcRemovalTest::SetUp ( )
inlineoverrideprotected

Member Data Documentation

◆ a1

Graph::Arc* GraphArcRemovalTest::a1
protected

Definition at line 283 of file tpl_graph_test.cc.

Referenced by SetUp().

◆ a2

Graph::Arc * GraphArcRemovalTest::a2
protected

Definition at line 283 of file tpl_graph_test.cc.

Referenced by SetUp().

◆ a3

Graph::Arc * GraphArcRemovalTest::a3
protected

Definition at line 283 of file tpl_graph_test.cc.

Referenced by SetUp().

◆ g

Graph GraphArcRemovalTest::g
protected

Definition at line 281 of file tpl_graph_test.cc.

Referenced by SetUp().

◆ n1

Graph::Node* GraphArcRemovalTest::n1
protected

Definition at line 282 of file tpl_graph_test.cc.

Referenced by SetUp().

◆ n2

Graph::Node * GraphArcRemovalTest::n2
protected

Definition at line 282 of file tpl_graph_test.cc.

Referenced by SetUp().

◆ n3

Graph::Node * GraphArcRemovalTest::n3
protected

Definition at line 282 of file tpl_graph_test.cc.

Referenced by SetUp().


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