Show / Hide Table of Contents

Class SugiyamaLayoutAlgorithm<TVertex, TEdge, TGraph>.Data

Base class for any SugiyamaLayoutAlgorithm<TVertex, TEdge, TGraph>.IData.

Inheritance
System.Object
SugiyamaLayoutAlgorithm<TVertex, TEdge, TGraph>.Data
SugiyamaLayoutAlgorithm<TVertex, TEdge, TGraph>.Segment
SugiyamaLayoutAlgorithm<TVertex, TEdge, TGraph>.SugiVertex
Implements
SugiyamaLayoutAlgorithm.IData<>
Inherited Members
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.Layout
Assembly: GraphShape.dll
Syntax
protected abstract class Data : SugiyamaLayoutAlgorithm<TVertex, TEdge, TGraph>.IData

Fields

| Improve this Doc View Source

Shifts

Shifts

Declaration
public readonly double[] Shifts
Field Value
Type Description
System.Double[]
| Improve this Doc View Source

Sinks

Sinks.

Declaration
public readonly SugiyamaLayoutAlgorithm<TVertex, TEdge, TGraph>.Data[] Sinks
Field Value
Type Description
SugiyamaLayoutAlgorithm.Data<>[]

Properties

| Improve this Doc View Source

Position

Data position.

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

Implements

SugiyamaLayoutAlgorithm<TVertex, TEdge, TGraph>.IData

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