GraphLibrary  0.0.1
A simple library that implements various graph algorithms.
 All Classes Namespaces Files Functions Variables Typedefs Macros
WriteImage.hpp File Reference
#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...