Interface ITreeBuilderAlgorithm<TVertex, TEdge>
An algorithm that exposes an event to build an edge tree.
Namespace: QuikGraph.Algorithms
Assembly: QuikGraph.dll
Syntax
public interface ITreeBuilderAlgorithm<TVertex, out TEdge>
where TEdge : IEdge<TVertex>
Type Parameters
Name | Description |
---|---|
TVertex | Vertex type. |
TEdge | Edge type. |
Events
| Improve this Doc View SourceTreeEdge
Fired when an edge is encountered.
Declaration
event EdgeAction<TVertex, TEdge> TreeEdge
Event Type
Type | Description |
---|---|
EdgeAction<TVertex, TEdge> |