Show / Hide Table of Contents

Enum OneWayFSAWay

Enumeration of possible FSA algorithm orientations (way).

Namespace: GraphShape.Algorithms.OverlapRemoval
Assembly: GraphShape.dll
Syntax
public enum OneWayFSAWay

Fields

Name Description
Horizontal

Horizontal.

Vertical

Vertical.

Extension Methods

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