IVertex Interface |
Namespace: DHI.Mike1D.Generic.Graph
The IVertex type exposes the following members.
Name | Description | |
---|---|---|
Edges |
Edges that are connected to this vertex.
| |
Index |
Index of this vertex in the list of vertices in the graph.
|
Name | Description | |
---|---|---|
Degree |
Returns the degree of the vertex, i.e. the number of
edges connected to this vertex
(Defined by GraphExtensions.) |