Tulip  5.7.4
Large graphs analysis and drawing
tlp::SelfLoops Struct Reference

#include <AcyclicTest.h>

+ Collaboration diagram for tlp::SelfLoops:

Public Member Functions

 SelfLoops (node n1, node n2, edge e1, edge e2, edge e3, edge old)
 

Public Attributes

edge e1
 
edge e2
 
edge e3
 
node n1
 
node n2
 
edge old
 

Detailed Description

Stores all the added information on self loops.

Self loops are removed by adding two nodes and three edges.

These are stores here, along with the old self looping edge.

From Wikipedia: "A directed acyclic graph (DAG), is a directed graph with no directed cycles."

Definition at line 43 of file AcyclicTest.h.