Visitor that records the sink vertices in the visited tree.

Namespace:  QuickGraph.Algorithms.Visitors
Assembly:  QuickGraph.Algorithms (in QuickGraph.Algorithms.dll) Version: 2.4.2.1515 (2.4.2.1515)

Syntax

C#
public class SinkRecorderVisitor : IVertexColorizerVisitor
Visual Basic (Declaration)
Public Class SinkRecorderVisitor _
	Implements IVertexColorizerVisitor

Remarks

A sink vertex is a vertex that has no out-edges.

Inheritance Hierarchy

System..::.Object
  QuickGraph.Algorithms.Visitors..::.SinkRecorderVisitor

See Also