GraphLibrary  0.0.1
A simple library that implements various graph algorithms.
 All Classes Namespaces Files Functions Variables Typedefs Macros
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
\Ngl
 oNalgorithm
 |oCBFSClass that provides Graph traversal using the BFS scheme
 |oCDijkstraClass that computes Dijkstra's Shortest Paths algorithm
 |oCFloydWarshallClass computes that Shortest Paths for all pairs of nodes in the graph using the Floyd-Warshall algorithm
 |\CKruskalClass that computes a Minimum Spanning Tree using Kruskal's algorithm
 oNinterface
 oNio
 |\CYAMLReaderClass to Read from a YAML file
 oNexternal
 oCColorStores an RGBA Color
 oCDisjointSetsRepresents disjoint sets
 oCDistanceImplements a numerical distance that supports "infinite distance"
 oCEdgeRepresents an Edge in a Graph
 oCGraphStores and implements a Graph
 |\CEdge_IteratorEdge_Iterator class. Used to iterate over all Edges in the Graph
 oCNodeRepresents a Node in a Graph
 \CPropertyStores the properties of a Graph