Show / Hide Table of Contents

Interface IContextualLayoutAlgorithmFactory<TVertex, TEdge, TGraph>

Represents a factory of contextual layout algorithms.

Inherited Members
ILayoutAlgorithmFactory<TVertex, TEdge, TGraph>.AlgorithmTypes
ILayoutAlgorithmFactory<TVertex, TEdge, TGraph>.CreateAlgorithm(String, ILayoutContext<TVertex, TEdge, TGraph>, ILayoutParameters)
ILayoutAlgorithmFactory<TVertex, TEdge, TGraph>.CreateParameters(String, ILayoutParameters)
ILayoutAlgorithmFactory<TVertex, TEdge, TGraph>.IsValidAlgorithm(String)
ILayoutAlgorithmFactory<TVertex, TEdge, TGraph>.GetAlgorithmType(ILayoutAlgorithm<TVertex, TEdge, TGraph>)
ILayoutAlgorithmFactory<TVertex, TEdge, TGraph>.NeedEdgeRouting(String)
ILayoutAlgorithmFactory<TVertex, TEdge, TGraph>.NeedOverlapRemoval(String)
Namespace: GraphShape.Algorithms.Layout.Contextual
Assembly: GraphShape.dll
Syntax
public interface IContextualLayoutAlgorithmFactory<TVertex, TEdge, TGraph> : ILayoutAlgorithmFactory<TVertex, TEdge, TGraph> where TEdge : IEdge<TVertex> where TGraph : class, IBidirectionalGraph<TVertex, TEdge>
Type Parameters
Name Description
TVertex

Vertex type.

TEdge

Edge type.

TGraph

Graph 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