Show / Hide Table of Contents

Namespace GraphShape.Algorithms

Classes

AlgorithmBase

Base class for all algorithm.

FactoryHelpers

Helpers to create layout parameters sets.

LayeredTopologicalSortAlgorithm<TVertex, TEdge>

Algorithm that sorts vertices by layer.

LayeredTopologicalSortAlgorithm<TVertex, TEdge>.LayeredTopologicalSortEventArgs

Event arguments for a layered topological sort algorithm.

Interfaces

IAlgorithm

Represents an algorithm which is not connected to any graph.

IAlgorithmParameters

Represents algorithm parameters.

Delegates

LayeredTopologicalSortAlgorithm<TVertex, TEdge>.LayerFinishedDelegate

Handler for LayerFinished event.

In This Article
Back to top GraphShape