Interface IHighlightContext<TVertex, TEdge, TGraph>
Represents a graph highlighting context.
Namespace: GraphShape.Algorithms.Highlight
Assembly: GraphShape.dll
Syntax
public interface IHighlightContext<TVertex, TEdge, out TGraph>
where TEdge : IEdge<TVertex> where TGraph : IVertexAndEdgeListGraph<TVertex, TEdge>
Type Parameters
| Name | Description |
|---|---|
| TVertex | Vertex type. |
| TEdge | Edge type. |
| TGraph | Graph type. |
Properties
| Improve this Doc View SourceGraph
Graph concerned by the highlighting.
Declaration
TGraph Graph { get; }
Property Value
| Type | Description |
|---|---|
| TGraph |