Show / Hide Table of Contents

Delegate LayoutIterationEndedEventHandler<TVertex, TEdge, TVertexInfo, TEdgeInfo>

Handler for a layout iteration ended.

Namespace: GraphShape.Algorithms.Layout
Assembly: GraphShape.dll
Syntax
public delegate void LayoutIterationEndedEventHandler<TVertex, TEdge, TVertexInfo, TEdgeInfo>(object sender, ILayoutInfoIterationEventArgs<TVertex, TEdge, TVertexInfo, TEdgeInfo> args)
    where TEdge : IEdge<TVertex>;
Parameters
Type Name Description
System.Object sender

Event sender.

ILayoutInfoIterationEventArgs<TVertex, TEdge, TVertexInfo, TEdgeInfo> args

Event arguments.

Type Parameters
Name Description
TVertex

Vertex type.

TEdge

Edge type.

TVertexInfo

Vertex information type.

TEdgeInfo

Edge information type.

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