Deleted Edges are stored in EdgeData. More...
Public Member Functions | |
| EdgeData (int edgeIndex, int sourceIndex, int targetIndex, double weight) | |
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 76 of file PreprocessorLayout.h.
|
inline |
Definition at line 78 of file PreprocessorLayout.h.
| 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.