Generated on Wed Apr 29 2015 11:51:41 for GGL-4.1.2 by doxygen 1.8.3.1
Public Member Functions | Static Public Member Functions
ggl::Graph_GML_writer Class Reference

Graph GML writer. More...

#include <Graph_GML_writer.hh>

Public Member Functions

 Graph_GML_writer ()
 construction More...
 
 ~Graph_GML_writer ()
 destruction More...
 

Static Public Member Functions

static void write (std::ostream &out, const Graph &graph, const bool withSpaces=true, const std::string *additionalGML=NULL)
 

Detailed Description

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.

Constructor & Destructor Documentation

ggl::Graph_GML_writer::Graph_GML_writer ( )
ggl::Graph_GML_writer::~Graph_GML_writer ( )

Member Function Documentation

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
outthe stream to write to
graphthe graph to print
withSpacesif 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.
additionalGMLif 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: