Show / Hide Table of Contents

Enum EdgeTypes

Enumeration of possible edge types.

Namespace: GraphShape
Assembly: GraphShape.dll
Syntax
public enum EdgeTypes

Fields

Name Description
General

General edge.

Hierarchical

Hierarchical edge.

Extension Methods

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