Show / Hide Table of Contents

Enum SugiyamaEdgeRouting

Enumeration of possible edge routing for Sugiyama layout algorithm.

Namespace: GraphShape.Algorithms.Layout
Assembly: GraphShape.dll
Syntax
public enum SugiyamaEdgeRouting

Fields

Name Description
Orthogonal

Orthogonal routing.

Traditional

Traditional routing.

Extension Methods

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