Show / Hide Table of Contents

Enum LayoutMode

Enumeration of possible layout modes.

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

Fields

Name Description
Compound

Compound vertices, compound graph.

Simple

Simple layout mode without compound vertices.

Extension Methods

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