Graph GML writer.
More...
#include <Graph_GML_writer.hh>
|
| static void | write (std::ostream &out, const Graph &graph, const bool withSpaces=true, const std::string *additionalGML=NULL) |
| |
Algorithm wrapper class to write a GGL graph in GGL GML format to stream.
- Author
- Martin Mann (c) 2008 http://www.bioinf.uni-freiburg.de/~mmann/
Definition at line 20 of file Graph_GML_writer.hh.
| ggl::Graph_GML_writer::Graph_GML_writer |
( |
| ) |
|
| ggl::Graph_GML_writer::~Graph_GML_writer |
( |
| ) |
|
| static void ggl::Graph_GML_writer::write |
( |
std::ostream & |
out, |
|
|
const Graph & |
graph, |
|
|
const bool |
withSpaces = true, |
|
|
const std::string * |
additionalGML = NULL |
|
) |
| |
|
static |
Writes a boost graph in GGL GML format to stream.
- Parameters
-
| out | the stream to write to |
| graph | the graph to print |
| withSpaces | if true newlines and whitespaces are used to write a user friendly and readable output, otherwise a one-line output with minimal space requirement is produced. |
| additionalGML | if non-NULL, the according string is added to the end of the graph GML encoding |
The documentation for this class was generated from the following file: