Show / Hide Table of Contents

Enum SugiyamaLayoutAlgorithm<TVertex, TEdge, TGraph>.VertexTypes

Enumeration of possible vertex types.

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

Fields

Name Description
Original

Original vertex.

PVertex

P vertex.

QVertex

Q vertex.

RVertex

R vertex.

Extension Methods

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