Tulip  4.6.0
Better Visualization Through Research
tlp::SelfLoops Struct Reference

#include <AcyclicTest.h>

+ Collaboration diagram for tlp::SelfLoops:

List of all members.

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 41 of file AcyclicTest.h.

 All Classes Files Functions Variables Enumerations Enumerator Properties