CXXGraph
0.4.0
CXXGraph is a header only, that manages the Graphs and it's algorithm in C++
|
#include <Writer.hpp>
Public Member Functions | |
virtual int | writeGraph (const Graph< T > &graph, std::ofstream &file)=0 |
Function performs the writing of the Graph to the file. More... | |
Interface to implement for a custom writer.
|
pure virtual |
Function performs the writing of the Graph to the file.
graph | The graph to be written. |
file | The output file to be written. |