Show / Hide Table of Contents

Class LayeredTopologicalSortAlgorithm<TVertex, TEdge>.LayeredTopologicalSortEventArgs

Event arguments for a layered topological sort algorithm.

Inheritance
System.Object
System.EventArgs
LayeredTopologicalSortAlgorithm<TVertex, TEdge>.LayeredTopologicalSortEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: GraphShape.Algorithms
Assembly: GraphShape.dll
Syntax
public class LayeredTopologicalSortEventArgs : EventArgs

Properties

| Improve this Doc View Source

LayerIndex

Layer index.

Declaration
public int LayerIndex { get; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Vertices

Layer vertices.

Declaration
public TVertex[] Vertices { get; }
Property Value
Type Description
TVertex[]

Extension Methods

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