The QuickGraph.Concepts namespace contains all the interfaces that define the different graph concepts.
Classes
| Class | Description | |
|---|---|---|
| EdgeEdgeEventArgs |
Event argument that contains two .
| |
| EdgeEventArgs |
Event argument that contains an .
| |
| GraphColorConverter |
Utility class for graph color conversion
| |
| VertexEventArgs |
Event argument that contains a .
|
Interfaces
| Interface | Description | |
|---|---|---|
| IEdge |
Edge interface
| |
| IGraph |
The Graph concept contains a few requirements that are common to all
the graph concepts.
| |
| IPort |
A port represents an anchor between an edge and a vertex
| |
| IPortEdge |
An edge with ports attachement
| |
| IPortVertex | ||
| IVertex |
Vertex interface
|
Delegates
| Delegate | Description | |
|---|---|---|
| EdgeEdgeEventHandler |
Delegate that handles an edge that sends a vertex.
| |
| EdgeEventHandler |
Delegate that handles an edge that sends a vertex.
| |
| VertexEventHandler |
Delegate that handles an event that sends a vertex.
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| EdgePort |
Edge port enumeration
| |
| GraphColor |
Colors used to mark the vertex and edges in the algorithms
|
