GraphLibrary  0.0.1
A simple library that implements various graph algorithms.
 All Classes Namespaces Files Functions Variables Typedefs Macros
WriteTikz.hpp File Reference
#include "../structures/Graph.hpp"
#include <iostream>

Go to the source code of this file.

Namespaces

 gl
 
 gl::external
 

Functions

template<class SCALAR , class STORAGE_KIND , class DIRECTION >
void gl::external::writeTikzNetwork (std::ostream &s, Graph< SCALAR, STORAGE_KIND, DIRECTION > &g, bool writeNodes=true, bool writeEdgeWeights=true)
 Write structure to stream, given. More...