Interface IVertexTimeStamperAlgorithm<TVertex>
An algorithm that exposes events to compute timing with vertices treatment.
Namespace: QuikGraph.Algorithms
Assembly: QuikGraph.dll
Syntax
public interface IVertexTimeStamperAlgorithm<out TVertex>
Type Parameters
| Name | Description |
|---|---|
| TVertex | Vertex type. |
Events
| Improve this Doc View SourceDiscoverVertex
Fired when a vertex is discovered.
Declaration
event VertexAction<TVertex> DiscoverVertex
Event Type
| Type | Description |
|---|---|
| VertexAction<TVertex> |
FinishVertex
Fired when a vertex is fully treated.
Declaration
event VertexAction<TVertex> FinishVertex
Event Type
| Type | Description |
|---|---|
| VertexAction<TVertex> |