The QuickGraph.Algorithms.Visitors namespace contains classic graph algorithm visitors.
Classes
| Class | Description | |
|---|---|---|
| DistanceRecorderVisitor |
Records the vertex distance
| |
| EdgePredecessorRecorderVisitor |
Visitor that computes the edge predecessors.
| |
| EdgeRecorderVisitor |
A visitor that records edges.
| |
| EdgeWeightScalerVisitor |
Scales the edge weights at each call
| |
| PopulatorVisitor |
Summary description for VertexListPopulatorVisitor.
| |
| PredecessorRecorderVisitor |
Visitor that computes the vertices predecessors.
| |
| SinkRecorderVisitor |
Visitor that records the sink vertices in the visited tree.
| |
| SuccessorRecorderVisitor |
Summary description for SuccessorRecorderVisitor.
| |
| TimeStamperVisitor |
Description résumée de TimeStamperVisitor.
| |
| VertexRecorderVisitor |
A visitor that records vertices.
|
