Show / Hide Table of Contents

Enum SugiyamaLayoutAlgorithm<TVertex, TEdge, TGraph>.EdgeTypes

Enumeration of possible edge types.

Namespace: GraphShape.Algorithms.Layout
Assembly: GraphShape.dll
Syntax
protected enum EdgeTypes

Fields

Name Description
InnerSegment

Inner segment.

NonInnerSegment

Non inner segment.

Extension Methods

GraphHelpers.GetDistances<TVertex, TEdge, SugiyamaLayoutAlgorithm<TVertex, TEdge, TGraph>.EdgeTypes>()
GraphHelpers.GetDiameter<TVertex, TEdge, SugiyamaLayoutAlgorithm<TVertex, TEdge, TGraph>.EdgeTypes>()
GraphHelpers.GetDiameter<TVertex, TEdge, SugiyamaLayoutAlgorithm<TVertex, TEdge, TGraph>.EdgeTypes>(Double[,])
  • Improve this Doc
  • View Source
In This Article
Back to top GraphShape