|
GraphLibrary
0.0.1
A simple library that implements various graph algorithms.
|
Namespaces | |
| algorithm | |
| interface | |
| io | |
| external | |
Classes | |
| class | Color |
| Stores an RGBA Color. More... | |
| class | DisjointSets |
| Represents disjoint sets. More... | |
| class | Distance |
| Implements a numerical distance that supports "infinite distance". More... | |
| class | Edge |
| Represents an Edge in a Graph. More... | |
| class | Graph |
| Stores and implements a Graph. More... | |
| class | Node |
| Represents a Node in a Graph. More... | |
| class | Property |
| Stores the properties of a Graph. More... | |
Typedefs | |
| using | index_type = std::size_t |
| using gl::index_type = typedef std::size_t |