Defines an algorithm that supports vertex distance recording.

Namespace:  QuickGraph.Concepts.Algorithms
Assembly:  QuickGraph (in QuickGraph.dll) Version: 2.4.2.1407 (2.4.2.1407)

Syntax

C#
public interface IDistanceRecorderAlgorithm : IAlgorithm
Visual Basic (Declaration)
Public Interface IDistanceRecorderAlgorithm _
	Implements IAlgorithm

See Also