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_GXL_writer Class Reference

Graph GXL writer. More...

#include <Graph_GXL_writer.hh>

Public Member Functions

 Graph_GXL_writer ()
 construction More...
 
 ~Graph_GXL_writer ()
 destruction More...
 

Static Public Member Functions

static void write (std::ostream &out, const Graph &graph)
 

Detailed Description

Algorithm wrapper class to write a boost graph in GXL format to stream.

  http://www.gupro.de/GXL/
Author
Martin Mann (c) 2011 http://www.bioinf.uni-freiburg.de/~mmann/

Definition at line 22 of file Graph_GXL_writer.hh.

Constructor & Destructor Documentation

ggl::Graph_GXL_writer::Graph_GXL_writer ( )
ggl::Graph_GXL_writer::~Graph_GXL_writer ( )

Member Function Documentation

static void ggl::Graph_GXL_writer::write ( std::ostream &  out,
const Graph graph 
)
static

Writes a boost graph in GXL format to stream.

Parameters
outthe stream to write to
graphthe graph to print

The documentation for this class was generated from the following file: