Show / Hide Table of Contents

Enum RandomVertexType

Enumeration of vertex types for RandomLayoutAlgorithm<TVertex, TEdge, TGraph>.

Namespace: GraphShape.Algorithms.Layout
Assembly: GraphShape.dll
Syntax
public enum RandomVertexType

Fields

Name Description
Fixed

Fixed position.

Free

Free position.

Extension Methods

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