Show / Hide Table of Contents

Enum DoubleTreeSides

Enumeration of possible side in DoubleTreeLayoutAlgorithm<TVertex, TEdge, TGraph> algorithm.

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

Fields

Name Description
Side1

Side 1.

Side2

Side 2.

Extension Methods

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