![]() | IWeightedGraphT Methods |
The IWeightedGraphT generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | Degree |
Returns the number of adjacent vertices of the given vertex.
|
![]() | GetEdgeWeight |
Gets the weight of the edge between the specified vertices.
|
![]() | HasEdge |
Checks if there is an edge between two vertices of this graph.
|
![]() | ListOfAdjacentVertices |
Returns a list containing the adjacent vertices of a given vertex in this graph.
|