Show / Hide Table of Contents

Interface SugiyamaLayoutAlgorithm<TVertex, TEdge, TGraph>.IData

Represents an indexed data.

Namespace: GraphShape.Algorithms.Layout
Assembly: GraphShape.dll
Syntax
protected interface IData

Properties

| Improve this Doc View Source

Position

Data position.

Declaration
int Position { get; set; }
Property Value
Type Description
System.Int32

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