Open
Graph Drawing
Framework

 v.2012.07
 

ogdf::PreprocessorLayout::EdgeData Struct Reference

Deleted Edges are stored in EdgeData. More...

List of all members.

Public Member Functions

 EdgeData (int edgeIndex, int sourceIndex, int targetIndex, double weight)

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 76 of file PreprocessorLayout.h.


Constructor & Destructor Documentation

ogdf::PreprocessorLayout::EdgeData::EdgeData ( int  edgeIndex,
int  sourceIndex,
int  targetIndex,
double  weight 
)
inline

Definition at line 78 of file PreprocessorLayout.h.


Member Data Documentation

int ogdf::PreprocessorLayout::EdgeData::edgeIndex

Definition at line 82 of file PreprocessorLayout.h.

int ogdf::PreprocessorLayout::EdgeData::sourceIndex

Definition at line 83 of file PreprocessorLayout.h.

int ogdf::PreprocessorLayout::EdgeData::targetIndex

Definition at line 84 of file PreprocessorLayout.h.

double ogdf::PreprocessorLayout::EdgeData::weight

Definition at line 85 of file PreprocessorLayout.h.


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