Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

Loading...
Searching...
No Matches
ogdf::PreprocessorLayout::EdgeData Struct Reference

Deleted Edges are stored in EdgeData. More...

Public Member Functions

 EdgeData (int edgeInd, int sourceInd, int targetInd, double edgeWeight)
 

Public Attributes

int edgeIndex
 
int sourceIndex
 
int targetIndex
 
double weight
 

Detailed Description

Deleted Edges are stored in EdgeData.

EdgeData stores the deleted edges to allow restauration of the original graph after the layout has been computed.

Definition at line 58 of file PreprocessorLayout.h.

Constructor & Destructor Documentation

◆ EdgeData()

ogdf::PreprocessorLayout::EdgeData::EdgeData ( int  edgeInd,
int  sourceInd,
int  targetInd,
double  edgeWeight 
)
inline

Definition at line 59 of file PreprocessorLayout.h.

Member Data Documentation

◆ edgeIndex

int ogdf::PreprocessorLayout::EdgeData::edgeIndex

Definition at line 62 of file PreprocessorLayout.h.

◆ sourceIndex

int ogdf::PreprocessorLayout::EdgeData::sourceIndex

Definition at line 63 of file PreprocessorLayout.h.

◆ targetIndex

int ogdf::PreprocessorLayout::EdgeData::targetIndex

Definition at line 64 of file PreprocessorLayout.h.

◆ weight

double ogdf::PreprocessorLayout::EdgeData::weight

Definition at line 65 of file PreprocessorLayout.h.


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