GraphLib  2.0
une librairie C# pour l’exploitation de graphes en reconnaissance des formes
 All Classes Namespaces Functions Enumerations Enumerator Properties
Graphs.Graph Member List

This is the complete list of members for Graphs.Graph, including all inherited members.

addEdge(Edge e)Graphs.Graph
addNode(Node n)Graphs.Graph
calculateAdjacencyMatrix()Graphs.Graph
deleteEdge(Edge edge)Graphs.Graph
deleteNode(Node node)Graphs.Graph
deleteNodeAndEdges(Node n)Graphs.Graph
DynamicCastLabel(Label labelNode, Label labelEdge)Graphs.Graph
findEdge(String id)Graphs.Graph
findNode(String id)Graphs.Graph
findNode(Node node)Graphs.Graph
Graph()Graphs.Graph
Graph(string id, String name, Boolean isDirected)Graphs.Graph
IdGraphs.Graph
IsDirectedGraphs.Graph
ListEdgesGraphs.Graph
ListNodesGraphs.Graph
loadGXL(string url) (defined in Graphs.Graph)Graphs.Graph
NameGraphs.Graph
saveToGXL(string url) (defined in Graphs.Graph)Graphs.Graph