|
GraphLibrary
0.0.1
A simple library that implements various graph algorithms.
|
#include "../structures/Graph.hpp"#include "../algorithms/SpectralPlacing.hpp"#include "../algorithms/LaplacianSTL.hpp"#include <iostream>#include <vector>#include <mgl2/mgl.h>Go to the source code of this file.
Namespaces | |
| gl | |
| gl::external | |
Functions | |
| template<class SCALAR , class STORAGE_KIND , class DIRECTION > | |
| void | gl::external::saveImage (mglGraph *gr, gl::Graph< SCALAR, STORAGE_KIND, DIRECTION > &g, const char *lineArgs="") |
| Plot graph using mgl2. More... | |