Show / Hide Table of Contents

Enum DoubleTreeVertexType

ENumeration of possible vertex type for DoubleTreeLayoutAlgorithm<TVertex, TEdge, TGraph> algorithm.

Namespace: GraphShape.Algorithms.Layout.Contextual
Assembly: GraphShape.dll
Syntax
public enum DoubleTreeVertexType

Fields

Name Description
Backward

Backward.

Center

Center.

Forward

Forward.

Extension Methods

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