Visitor that records the sink vertices in the visited tree.
Namespace:
QuickGraph.Algorithms.VisitorsAssembly: 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.
