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 |
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.
|
inline |
Definition at line 60 of file PreprocessorLayout.h.
int ogdf::PreprocessorLayout::EdgeData::edgeIndex |
Definition at line 64 of file PreprocessorLayout.h.
int ogdf::PreprocessorLayout::EdgeData::sourceIndex |
Definition at line 65 of file PreprocessorLayout.h.
int ogdf::PreprocessorLayout::EdgeData::targetIndex |
Definition at line 66 of file PreprocessorLayout.h.
double ogdf::PreprocessorLayout::EdgeData::weight |
Definition at line 67 of file PreprocessorLayout.h.