Interface IUndirectedTreeBuilderAlgorithm<TVertex, TEdge>
An algorithm that exposes an event to build an edge tree (in undirected graph).
Namespace: QuikGraph.Algorithms
Assembly: QuikGraph.dll
Syntax
public interface IUndirectedTreeBuilderAlgorithm<TVertex, 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 UndirectedEdgeAction<TVertex, TEdge> TreeEdge
Event Type
Type | Description |
---|---|
UndirectedEdgeAction<TVertex, TEdge> |