RingDecomposerLib 1.0
Public Attributes | List of all members
RDL_cycle Struct Reference

#include <RingDecomposerLib.h>

Public Attributes

RDL_edgeedges
 
unsigned weight
 
unsigned urf
 
unsigned rcf
 

Detailed Description

This structure holds a cycle (or ring) in the graph. It is essentially an array of edges which are represented by pairs of nodes.

Member Data Documentation

◆ edges

RDL_edge* RDL_cycle::edges

array of RDL_edge in the cycle

◆ rcf

unsigned RDL_cycle::rcf

RCF of the cycle

◆ urf

unsigned RDL_cycle::urf

URF of the cycle

◆ weight

unsigned RDL_cycle::weight

weight of the cycle (length of the array)


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